#sliderFrame,#sliderFrame div{box-sizing:content-box; background: rgba(0,0,0,.5); -webkit-background: rgba(0,0,0,.5); -moz-background: rgba(0,0,0,.5); }
#sliderFrame{position:relative; background-color:#fff;}
#slider,#slider div.sliderInner{ width:300px; height:245px; }
#slider{background:url(../img/loader.gif) no-repeat 50% 50%; position:relative; margin:0 auto; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); height: 245px; width: 100%; }
#slider div.navBulletsWrapper{display:none;}
#slider div.loading{width:100%; height:100%; background:url(../img/loader.gif) no-repeat 50% 50%; filter:alpha(opacity=60); opacity:.6; position:absolute; left:0; top:0; z-index:9;}
#slider a>b,#slider img,#slider>b{position:absolute; border:none; display:none;}
#slider div.sliderInner{overflow:hidden; -webkit-transform:rotate(0.000001deg); position:absolute; top:0; left:0;}
#slider audio,#slider video,#slider>a{display:none;}
a.group2-Next,a.group2-Prev{width:21px; height:40px; display:inline-block; zoom:1; cursor:pointer;}
a.group2-Prev{background: url(../img/prev.png) no-repeat;}
a.group2-Next{background: url(../img/next.png) no-repeat;}
a.group2-Pause,a.group2-Play{width:49px; height:46px; display:inline-block; zoom:1; cursor:pointer; margin: 0 10px;}
a.group2-Pause{background: url(../img/pause.png) no-repeat;}
a.group2-Play{background: url(../img/play.png) no-repeat;}
.slider-nav{text-align: center; z-index: 20; padding-top: 5px; position: absolute; left: 0; right: 0; bottom: 0; }

@media only screen and (min-width:768px) and (max-width:980px) {
	#slider,#slider div.sliderInner{ width: 210px; height: 178px; }
}
@media only screen and (max-width:479px){
	#slider,#slider div.sliderInner{ width: 270px; }
}
