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

#mcis {display:none;}

#sliderFrame {position:relative; width:960px;margin: 0 auto; height:390px;}

#ribbon {width:111px;height:111px;position:absolute;top:-4px;left:-4px;background:url('ribbon.png') no-repeat;z-index:7;}

#slider {
	width:960px;height:390px;/* Make it the same size as your images */
	background: #FFF url('../img/loading.gif') no-repeat 50% 50%; float:left;
	margin:0 auto;/*make the image slider center-aligned */
	/*box-shadow: 0px 1px 5px #999;*/
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index: 2;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:102px;
	padding:0;
	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;

}
div.mc-caption-bg {
	background-color:#FFFFFF;
	 opacity: 0.6;
	  filter: alpha(opacity=60);

	}
div.mc-caption {
	font: normal 43px Arial;
	color: #231F20;
	/*text-shadow: 0px 1px 1px #FFF;*/
	z-index: 4;
	padding: 10px 0 10px 20px; /* padding will change overall width of caption area, duh */
	text-align: left;

}
div.mc-caption a {
	color:#00589D;
}

div.mc-caption  div{
	font: normal 16px Arial;
	text-align:left;
	padding-bottom:10px;
}
div.mc-caption a:hover {
	color:#00589D;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  { float:right;
	top:310px; left:2px; /* Its position is relative to the #slider */
	width:130px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div
{
	width:11px; height:11px;
	background:transparent url('../images/bullet.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 -11px;}

.mc-caption sup {
    font-size: 12px;
    top: -2em;
}
