/*******************************
	Product
********************************/
/********* Masthead *********/
#content .masthead{
	position:relative;
	height:130px;
	background:url(../images/layout/global/border-lightangrey.png) repeat-x bottom;
	margin-bottom:30px;
}
#content .masthead img.logo{
	background:url(../images/layout/product/logo-border-large.png);
	padding:6px 8px 8px 6px;
	position:absolute;
}
#content .masthead h1{
	text-transform:uppercase;
	margin:0px 0px 3px 130px;
	background:none;
	padding-top:27px;
	height:auto;
}
#content .masthead h2{
	margin:0px 0px 14px 130px;
	color:#4f4f4f;
	font-size:1em;
}
#content .masthead .links{
	margin:0px 0px 0px 130px;
}
#content .masthead .links a{
	display:block;
	text-transform:uppercase;
	float:left;
	padding:2px 11px;
	border-right:1px solid #676767;
	border-left:1px solid #fdfdfd;
	font-weight:bold;
	font-size:0.85em;
}
#content .masthead .links a.first{
	border-left:0px none;
	padding-left:0px;
}
#content .masthead .links a.last{
	border-right:0px none;
	padding-right:0px;
}
#content .masthead .sponsor{
	position:absolute;
	top:8px;
	right:0px;
	width:317px;
}
#content .masthead .sponsor h3{
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
}

/*******************************
	Highlightted Episodes
********************************/
#highlight{
	margin-bottom:34px;
}
#highlight h2{
	background:url(../images/layout/global/border-lightangrey.png) repeat-x bottom;
	padding-bottom:10px;
}
#highlight .scroller{
	height:184px;
	background:url(../images/layout/global/border-lightangrey.png) repeat-x bottom;
	position:relative;
}
#highlight .scroller a.back, #highlight .scroller a.next{
	background:url(../images/layout/home/highlight-buttons-slider.png);
	display:block;
	position:absolute;
	height:27px;
	width:29px;
	top:51px;
	text-indent:-99999px;
	overflow:hidden;
}
#highlight .scroller a.back{
	background-position:left top;
	left:0px;
}
#highlight .scroller a.back:hover{
	background-position:left bottom;
}
#highlight .scroller a.next{
	background-position:right top;
	right:0px;
}
#highlight .scroller a.next:hover{
	background-position:right bottom;
}
#highlight .scroller .panel{
	position:absolute;
	width:900px;
	height:172px;
	padding-top:7px;
	top:0px;
	left:40px;
	overflow:hidden;
}
#highlight .scroller .panel ul li{
	width:168px;
	float:left;
	margin-right:15px;
}
#highlight .scroller .panel ul li.last{
	margin-right:0px;
}
#highlight .scroller .panel ul li img{
	background:url(../images/content/episode-thumb-shadow.png) no-repeat;
	padding:3px 8px 20px 4px;
}
#highlight .scroller .panel ul li .title{
	color:#333333;
	display:block;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:9px;
}
#highlight .scroller .panel ul li .show{
	display:block;
	font-size:0.85em;
}