﻿
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

padding:0;
margin:0;
text-align:center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
/*display: -moz-inline-box;
display: inline-block;*/
color: #000;
padding:0;
text-align:center;
font-weight: bold;
text-decoration: none;
background:url(../images1/tab_hover.jpg) no-repeat;
width:140px;
height:45px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:5px;
margin:0;
text-indent:-14px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #fff;
background: url(../images1/tab_active.jpg) no-repeat;

}

.glidecontenttoggler a:hover{
color: #fff;
background: url(../images1/tab_active.jpg) no-repeat;
}
.glidecontenttoggler a:active{
color: #fff;
background: url(../images1/tab_active.jpg) no-repeat;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 571px;
background:url(../images1/tabs_bar_bg.jpg) no-repeat;
height: 50px; /*Height should enough to fit largest content's height*/
padding:0;
margin:0;
}

#galleryA{
border:none;
width: 571px;
height:50PX; padding:0; margin:0;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top:0;padding:0; margin:0;
	padding-top:5PX;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 7px; /*margin around each panel*/
margin-left:18px;
margin-right:3px;
height:50px;
width: 130px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
font: bold 28px Arial;
text-align: center;
color: white;
padding:0;
}
.cont-tab{font: normal 11px Arial; 
    padding:0; margin:0; border:solid 1px #CCCCCC; 
    width:559px; height: auto; border-top:none; 
    padding:5px;}