/* http://www.menucool.com */

#sliderFrame16x9, #sliderFrame16x9 div, #sliderFrame5x4, #sliderFrame5x4 div, #sliderFrame4x3, #sliderFrame4x3 div {
    box-sizing: content-box;
}
#sliderFrame16x9, #sliderFrame5x4, #sliderFrame4x3
{
    position:relative;
    width:600px;
    margin:0 auto; /*center-aligned*/
    z-index:100;
}

#slider16x9, #slider16x9 div.sliderInner {
    width:600px;height:337px;/* Must be the same size as the slider images */
}

#slider5x4, #slider5x4 div.sliderInner {
    width:600px;height:480px;/* Must be the same size as the slider images */
}

#slider4x3, #slider4x3 div.sliderInner {
    width:600px;height:450px;/* Must be the same size as the slider images */
}

#slider16x9, #slider5x4, #slider4x3 {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    box-shadow: 0px 1px 5px #999999;
    transform: translate3d(0,0,0);
}

/* image wrapper */
#slider16x9 a.imgLink, #slider16x9 div.video, #slider5x4 a.imgLink, #slider5x4 div.video, #slider4x3 a.imgLink, #slider4x3 div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider16x9 .video, #slider5x4 .video, #slider4x3 .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider16x9 div.mc-caption-bg, #slider16x9 div.mc-caption-bg2, #slider5x4 div.mc-caption-bg, #slider5x4 div.mc-caption-bg2, #slider4x3 div.mc-caption-bg, #slider4x3 div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*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;
}
#slider16x9 div.mc-caption-bg, #slider5x4 div.mc-caption-bg, #slider4x3 div.mc-caption-bg
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider16x9 div.mc-caption-bg2, #slider5x4 div.mc-caption-bg2, #slider4x3 div.mc-caption-bg2 {
    background:none;
}
#slider16x9 div.mc-caption, #slider5x4 div.mc-caption {
	font: bold 20px/27px Philosopher;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider16x9 div.mc-caption a, #slider5x4 div.mc-caption a, #slider4x3 div.mc-caption a {
	color:#FB0;
}
#slider16x9 div.mc-caption a:hover, #slider5x4 div.mc-caption a:hover, #slider4x3 div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider16x9 div.navBulletsWrapper {
    top:348px;/* Its position is relative to the #slider16x9 */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

#slider5x4 div.navBulletsWrapper {
    top:492px;/* Its position is relative to the #slider5x4 */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

#slider4x3 div.navBulletsWrapper {
    top:462px;/* Its position is relative to the #slider4x3 */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider16x9 div.navBulletsWrapper div, #slider5x4 div.navBulletsWrapper div, #slider4x3 div.navBulletsWrapper div
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
    z-index:5;
}

#slider16x9 div.navBulletsWrapper div.active, #slider5x4 div.navBulletsWrapper div.active, #slider4x3 div.navBulletsWrapper div.active  {background-position:0 -11px;}


/* --------- Others ------- */

#slider16x9 div.loading, #slider5x4 div.loading, #slider4x3 div.loading
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider16x9 img, #slider16x9>b, #slider16x9 a>b, #slider5x4 img, #slider5x4>b, #slider5x4 a>b, #slider4x3 img, #slider4x3>b, #slider4x3 a>b {
	position:absolute; border:none; display:none;
}

#slider16x9 div.sliderInner, #slider5x4 div.sliderInner, #slider4x3 div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider16x9>a, #slider16x9 video, #slider16x9 audio, #slider5x4>a, #slider5x4 video, #slider5x4 audio, #slider4x3>a, #slider4x3 video, #slider4x3 audio {display:none;}
#slider16x9 div, #slider5x4 div, #slider4x3 div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}