/* http://www.menucool.com */

#mcis {display:none;}

div.mcSlider {
    width:969px;height:322px;/* 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 */
	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-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	z-index:4;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
div.mc-caption a {
	color:#66FFFF;
}


/* navigation bullets wrapper */
div.navBulletsWrapper  {
	top:300px;
	left:880px;
	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;}