/*******************************
	Highlightted Episodes
********************************/

#carousel h2 {
	font-size:2.2em !important;
	margin-bottom:12px !important;
	margin-top:14px !important;
}

#carousel {
	height:160px;
	position:relative;
	overflow:hidden;
	clear:left;
	margin:3px 0;
}
#highlight .fr{
	height: 250px !important;
}
#carousel a.back, #carousel a.next{
	background:url(../images/back.png);
	display:block;
	position:absolute;
	height:25px;
	width:25px;
	top:65px;
	text-indent:-1px;
	overflow:hidden;
	outline: none;
}
#carousel a.back{
	background-position:left top;
	left:0px;
}
#carousel a.back:hover{
	background-position:left bottom;
}
#carousel a.next{
	background-position:right top;
	right:0px;
}
#carousel a.next:hover{
	background-position:right bottom;
}
#carousel .panelWrapper {
	width: 785px;
	overflow: hidden;
	height: 157px;
	position: absolute;
	top: 1px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 25px;
}
#carousel .panel{
	position:absolute;
	width:796px;
	height:157px;
	top:-1000px;
	left:8px;
	overflow:hidden;
}
#carousel .panel.active{
	top:0px;
}
#carousel .panel ul{
	position:absolute;
	top:0px;
	left:1000px;
	width:796px;
	height:150px;
}
#carousel .panel ul.active{
	left:0px;
}
#carousel .panel ul li.mo, #carousel .panel ul li.mo img, #carousel .panel ul li.mo span.title {
	color: #fff !important;
	
}

#carousel .panel ul li{
	width:154px;
	float:left;
	margin-right:20px;
	height:140px;
	position:relative;
	margin-left: 18px;
}
#carousel .panel ul li.last{
	margin-right:0px;
}
#carousel .panel ul li img{
	width: 150px;
	height: 150px;
	
	margin-bottom: 20px;
}
#carousel .panel ul li .title{
	color:#999999;
	display:block;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
}

#carousel .panel ul li .show{
	display:block;
	font-size:0.85em;
}
#carousel .panel ul li .popup{
	display:block;
	position:absolute;
	top:-1000px;
	left:0px;
}

