/* http://www.menucool.com */

#mcis {display: none;}

div.mcSlider {
    width:1170px;height:250px;/* Make it the same size as your images */
	background:#FFF url(../images/loading.gif) no-repeat 50% 50%;
	position: relative;
	margin:0 auto;/*make the image slider center-aligned */
    box-shadow: 0px 0px 5px #e5e5e5;
	overflow: hidden;
}
div.mcSlider img {
	position:absolute;
	border:none;
	display:none;
}


/* Caption styles */
div.mc-caption-bg, div.mc-caption {
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
}
div.mc-caption-bg {
	background:#000;
	z-index:3;
}
div.mc-caption {
	color:#FFF;
	padding:10px;
	z-index:4;
	font-size:18px;
	font-family: Merriweather, Arial;
	font-weight: Normal;
	text-align:left;
	vertical-align:central;
}
div.mc-caption a {
	color:#66FFFF;
}


/* navigation bullets wrapper */
div.navBulletsWrapper  {
	top:225px;
	left:1050px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:10px; height:10px;
    background:transparent url(../images/bullets.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:11px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -10px;}