
/*slider frame*/
#sliderFrame 
{
    width:900px;
	position:relative;
    margin:0 auto; /*center-aligned*/
    padding:0px;
    background:#ffffff;
} 

#slider, #slider div.sliderInner {
	width:900px;
	height:160px;/* Must be the same size as the slider images */
}

#slider {
    background:black url(loading.gif) no-repeat 50% 50%;
    transform: translate3d(0,0,0); border:0px solid;
}

/* Caption styles */

#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px 0;
	left: 100px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom: -40px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:0;
}

/*
div.mc-caption {
    font:bold 13px/16px Arial;
	color:#234b7d;
	z-index:4;
	text-align:center;
}
*/
/*
#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}
*/