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

#mcis {display:none;}
#sliderFrame{position:relative;width:800px;margin: 55px 200px 100px 1px;}

div.mcSlider_img1 {
    width:576px;height:384px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #222222;
}

div.mcSlider_img2 {
    width:640px;height:480px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #222222;
}
div.mcSlider_img3 {
    width:768px;height:512px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #222222;
}

div.mcSlider_img4 {
    width:533px;height:400px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #222222;
}

div.mcSlider_img5 {
    width:384px;height:512px;/* Make it the same size as your images */
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #222222;
}





div.mcSlider img {
	position:absolute;
	border:none;
	display:none;
}



/* Caption styles */
div.mc-caption-bg, div.mc-caption {
	position:relative;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
}
div.mc-caption-bg {
	background:#000;
	z-index:3;
}
div.mc-caption {
	color:#fff;
	padding:6px;
	z-index:4;
	font-size:14px;
	position:relative;
	top:-35px;
}
div.mc-caption a {
	color:#66FFFF;
}


/* navigation bullets wrapper */
div.navBulletsWrapper  {
	top:-95px;
	left:25%;
	background:none;
	padding-left:0px;
	position:relative;
	z-index:5;
	cursor:pointer;
	font:normal 10px Verdana;
	text-align:center;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:3%; height:4%;
    background:aqua no-repeat 0 0;
    float:left;overflow:hidden;
	horizontal-align:middle;
	vertical-align:middle;cursor:pointer;
    margin-right:3%;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}


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