/* Begin: Episode Carousel -----------*/
#carousel {margin:0 0 0 29px;padding-top:0px;height:105px}
#heroesGallery {
	float:left;
	width:100%	
}
#heroesGallery h2 {
	margin:21px 0 1px 12px;
}
#heroesGallery div {
	position:relative;
	clear:left;
	border:1px solid
}
#heroesGallery #previous,   
#heroesGallery #next {
	width:18px;
	height:99px;
	background:#052a5c;
	display:block;
	position:absolute;
	top:5px;
}  
#heroesGallery #previous span,   
#heroesGallery #next span {
	display:none;
}  
#heroesGallery #previous {
	left:10px;
	background:url('/staticarchive/38d0ac06331426d587f7c6e4acfdca1084385f81.gif');
}   
#heroesGallery #next {
	right:12px;
	background:url('/staticarchive/576b011dfa74e3650b9c283e9080ba66d0c12b58.gif');
}   	
#carousel {
	width:888px;
	height:105px;
	overflow:hidden;
	position:relative;
}
#carousel li {
	position:absolute;
}
ul#carousel li {
	width:148px;
	height:99px;
	margin:5px 0px 0px 0 ;
	float:left;
	position:relative;
	z-index:1;
	
}
ul#carousel li.highlight a,
ul#carousel li a span  {
	color:#fff;
}
ul#carousel li span {
	margin:-2px 0 0 0;
	padding:2px 5px;
	height:13px;
	text-transform:uppercase;
	color:#506A8D;
	font-weight:bold;
	display:block;
	width:136px;
	background:#052A5C;
}



ul#carousel li a:hover {
	text-decoration:none;
}

/* Begin: Unmasked Carousel -----------*/

ul#carousel li img{
	border:0
}
#unmasked ul#carousel li span {
	color:#D7995F;
	background:#BF5E02;
}