#sliderFrame {position:relative; }
        
#slider {
    width:967px; height:320px;
background:#fff url(../images/banners/loading.gif) no-repeat 50% 50%;
position:relative;
float:left;
margin-left:6px;
}
#slider img {
position:absolute;
border:none;
display:none;
}
/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%; height:100%;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px;
	left:275px;
	bottom:10px;
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background:#fff;
	border:1px solid #cccccc;
	border-radius:5px;
}
div.mc-caption {
	font:normal 13px Verdana;
	color:#333;
	z-index:4;
	padding:3px 0;
	text-align:center; font-weight:bold;
}
div.mc-caption a {
	color:#333;
}
div.mc-caption a:hover {
	color:#DA0;
}


div.navBulletsWrapper  {
	top:200px;
	width:68px; display:inline-block;
	
	position:relative;
	z-index:5;
	cursor:pointer;
}

div.navBulletsWrapper div 
{
    width:11px; height:11px;
   /* background:transparent url(../images/banners/bullet.png) no-repeat 0 0;*/
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:6px;
    _position:relative;
}

div.navBulletsWrapper div.active {background-position:0 -11px;}


#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
