#sliderFrame{
position:relative;
margin:0 auto;
width:980px;
height:323px;
float:left;
margin-bottom:10px;
}
#slider, #slider div.sliderInner {
width:980px;
height:323px;
}
#slider {
background:#fff url(../img/loading.gif) no-repeat 50% 50%;
position:relative;
margin:0 auto;
transform:translate3d(0,0,0);
}
.mc-caption-bg,.mc-caption-bg2 {
position:absolute;
width:100%;
padding:10px 0;
top:382px;
overflow:hidden;
}
#slider div.mc-caption {
font:normal 14px/20px Arial;
color:#444;
z-index:4;
}
.navBulletsWrapper{
display:none;
top:460px;
text-align:center;
background:#F6F6F6;
position:relative;
z-index:5;
width:600px;
margin-left:-10px;
padding:10px 5px;
}
.navBulletsWrapper div{
width:11px;height:11px;
font-size:0;color:#fff;
background:transparent url(../img/bullet.png) no-repeat 0 0;
display:inline-block;
*display:inline;
zoom:1;
overflow:hidden;cursor:pointer;
margin:0 2px;
}
.navBulletsWrapper div.active {background-position:0 -11px;}
#slider div.loading {
width:100%;height:100%;
background:transparent url(../img/loading.gif) no-repeat 50% 50%;
filter:alpha(opacity=60);
opacity:0.6;
position:absolute;
left:0;
top:0;
z-index:9;
}
.group1-Wrapper{
z-index:20;
width:980px;
margin-left:-2px;
position:relative;
margin-top:-204px;
}
a.group1-Prev, a.group1-Next{
width:52px;height:24px;
display:block;
cursor:pointer;
float:left;
}
a.group1-Prev{background:url('../img/left-arrow-01.png') no-repeat left;}
a.group1-Next {background:url('../img/right-arrow-01.png') no-repeat left;float:right;}