@charset "utf-8";
/* CSS Document */
/*Bonus Panels*/
#bonusHeadshots, #bonusPosters  {
	height: auto;
	text-align: center;
}
#bonusHeadshots .bonus_gallery a, #bonusPosters .bonus_gallery a  {
	text-decoration:	none;	
	color:				#990000;
	font-weight: 		bold;
}
#bonusHeadshots .bonus_gallery a:hover, #bonusPosters .bonus_gallery a:hover {
	text-decoration: 	none;
	color:				#ccc;
	font-weight:		bold;
}
.bonus_gallery { 
	width: 				950px;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}

.bonus_gallery_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}

.bonus_gallery_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}

.bonus_gallery_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}

.bonus_gallery_content { 
	width:				900px;
	height: 			auto;
	clear:				both;
}
.bonus_gallery_header { 
	font-size:			32px;
	font-family: 		Arial, Century Gothic, Tahoma;
	font-weight:		bold;
	padding-bottom:		10px;
	color:				#000;
}

.bonus_gallery_header a { 
	text-decoration:	none;
	color:				#990000;
}

.bonus_gallery_header a:hover { 
	color:				#ccc;
}
/*Styles For Headshot Box*/
#bonusHeadshots dl  {
	display: 			inline;	
	float:				left;
	width: 				225px;
	height: 			270px;
	text-align:			center;
}
#bonusHeadshots dl dt  {
	width: 				225px;
	height: 			230px;
}
#bonusHeadshots dl dt img  {
	width: 				220px;
	height: 			220px;
	border:				solid 1px #666666;
}
#bonusHeadshots dl dt a.tn:hover img { 
	border: 			1px solid #990000;
	filter:				alpha(opacity=90);
	-moz-opacity: 		0.9;
	opacity: 			.9;
}
#bonusHeadshots dl dd {
	width:				225px;
	font-size:			12px;
	font-family: 		Arial, Century Gothic, Tahoma;
	color:				#000;
}
/*Styles For Poster Box*/
#bonusPosters dl  {
	display: 			inline;	
	float:				left;
	width: 				225px;
	height: 			280px;
	text-align:			center;
}
#bonusPosters dl dt  {
	width: 				225px;
	height: 			255px;
}
#bonusPosters dl dt img  {
	width: 				196px;
	height: 			245px;
	border:				solid 1px #666666;
}
#bonusPosters dl dt a.tn:hover img { 
	border: 			1px solid #990000;
	filter:			alpha(opacity=90);
	-moz-opacity: 		0.9;
	opacity: 			.9;
}
#bonusPosters dl dd {
	width:				225px;
	font-size:			12px;
	font-family: 		Arial, Century Gothic, Tahoma;
	color:				#000;
}
