/* TO Rotating Images */
#leader-box {
	display: block;
	clear: both;
	width: 660px;
	height: 318px;
	}
#leader-box div#gallery {
	display: block;
	clear: both;
	height: 285px;
	width: 660px;
	position: relative;
}
#leader-box div#gallery .gallery-image {
	font-size: 1px;
	line-height: 1px;
}
#leader-box div.carousel-container {
	position: relative;
}
#leader-box ul#carousel {
	position: absolute;
	top: -7px;
	display: block;
	clear: both;
	height: 30px;
	background: transparent;
}
#leader-box ul#carousel li {
	float: left;
	display: block;
	text-align: center;
	width: 165px;
	padding: 8px 0 0 0;
	height: 30px;
	position: relative;
}
/** IE Hack -- For PNG work around **/
* html #leader-box ul#carousel li {
	width: 165px;
}
#leader-box ul#carousel li.last {
	width: 165px;
}
#leader-box ul#carousel li.last a {
	border-right: 1px solid #ccc;
}
#leader-box ul#carousel li a {
	display: block;
	clear: both;
	height: 37px;
	width: 100%;
	background: #000;
	color: #fff;
}
#leader-box ul#carousel li a span {
	display: block;
	clear: both;
	padding: 2px;
}
#leader-box ul#carousel li a:hover, #leader-box ul#carousel li a:hover span, #leader-box ul#carousel li.selected a, #leader-box ul#carousel li.selected a span, #leader-box ul#carousel li.selected a:visited {
	color: #fff;
	background: #AEAE00;
}
#leader-box div#gallery .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
	height: 285px;
	margin: 0;
	background-repeat: no-repeat;
	display: none;
}
#leader-box div#gallery .frame {
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	display: none;
}
#leader-box div#gallery .first-frame {
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	display: block;
}
#leader-box div#gallery .info-window {
	display: none;
}
#leader-box div#gallery .first-info-window {
	display: block;
}
#leader-box div#gallery .info-window {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 660px;
	height: 68px;
	background: transparent;
}
#leader-box div#gallery .info-window h3 {
	position: absolute;
	z-index: 3000;
	bottom: 34px;
	margin: 12px 10px 0;
}
#leader-box div#gallery .info-window h3 a {
	padding: 2px 3px 4px 3px;
	color: #fff;
	display: block;
}
#leader-box div#gallery .info-window p {
	position: absolute;
	z-index: 3000;
	bottom: -4px;
	margin: 11px 5px 15px 10px;
	color: #fff;
	font-size: 1.2em;
	line-height: normal;
}
#leader-box div#gallery .info-window .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
	z-index: 2000;
}
div.rotating-image-box #splash-items li a.music:hover, div.rotating-image-box #splash-items li.selected a.music, div.rotating-image-box #splash-items li.selected a.music:link, div.rotating-image-box #splash-items li.selected a.music:visited, div.rotating-image-box div.slideInfoZone h3 span.music {
	background: #00aeec;
}
#leader-box img {
	border: none;
}
