@charset "utf-8";
/* Styles For Home Page Slideshow Without Video Player*/
/* navigation */
#nav {
	background:#333;
	height:100px;
	width:994px;
	position: absolute;
	top: 460px;
	left: 3px;
	text-align: center;
}
#nav ul {
	width:992px;
	margin:0 auto;
}
#nav ul li {
	float:left;
	width:124px;
	height: 100px;
	list-style-type:none;
	text-align:center;
}
#nav li a {
	color:#333;
	display:block;
	padding:0px;
	position:relative;
	font-size:11px;
	height:87px;
	text-decoration:none;
	text-align: center;
	width: 114px;
	padding: 5px;
	background: #ccc url(/themes/thr/images/slide_bg.png) 0px 0px no-repeat;
}
#nav li a.current, #nav li a:hover {
	background: #ccc url(/themes/thr/images/slide_bg.png) 0px -100px no-repeat;
}
#nav li a img {
	border:1px solid #333;
	display:block;
}
#nav li a strong {
	display:block;
	font-size:13px;
}
/* panes */
#panes {
	background:#333;
	width:994px;
	height:457px;
	position:relative;
	overflow: hidden;
	clear: both;
	z-index: 999;
	/* must be relative so the individual panes can be absolutely positioned */
	/*position:relative;*/
}
#panes .items { 
    width:20000em; 
    position:absolute; 
	overflow: hidden;
	top: 3px;
    clear:both; 
    margin:0; 
    padding:0; 
	z-index: -1;
} 
/* crossfading effect needs absolute positioning from the elements */
#panes div.homeSlide {
	font-size:14px;
	color:#444;
	width:994px;
	height: 457px;
	margin: 0;
	background: #333;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}
#homePagePlayerBox #panes div.homeSlide .mainPic  {
	width: 812px;
	height: 457px;
	float: left; 
	display: inline;
	margin: 0;
	position: relative;
}
#homePagePlayerBox #panes div.homeSlide .mainPic img {
	width: 812px; 
	height: 457px;
	border: none;
}
#panes p.more {
	color:#000;
	font-weight:bold;
}
#homePagePlayerBox  {
	width: 1000px;
	height: 588px;
	background: #333 url(/themes/thr/images/slideshow_bg.gif) 0px 568px repeat-x;
	overflow:hidden;
	position:relative;
}
#homePagePlayerBox #actionButtons  {
	position: absolute; 
	top: 560px;
	right: 470px;
	width: auto; 
	height: 18px;
	padding: 2px 4px; 
	border: 1px solid #afafaf;
}
#homePagePlayerBox #actionButtons button  {
	font-size: 10px;
	text-transform: uppercase; 
	font-weight: bold;
	border: 1px solid #afafaf;
	background: #333;
	color: #f2f2f2;
	cursor: pointer;
	cursor: hand;
}
#homePagePlayerBox #actionButtons button:hover  {
	background: #78d4f6;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .sceneData {
	width: 812px;
	height: 60px;
	display: block;
	position: absolute;
	top: 397px;
	left: 0px;
	background: url(/themes/thr/images/slideshow_h3_bg.png) 0px 0px repeat-x;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .sceneData h3 {
	width: 802px;
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0 auto;
	font-size:32px;
	line-height:40px;
	font-weight:normal;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #f2f2f2;
	position: absolute;
	display: block;
	top: 0px;
	left: 3px;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .sceneData h4 {
	width: 802px;
	height: 18px;
	padding: 0 0 0 10px;
	font-size:18px;
	line-height: 18px;
	font-weight:normal;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #f2f2f2;
	position: absolute;
	display: block;
	top: 38px;
	left: 3px;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .sceneData h4 span.sceneDate  {
	color: #78d4f6;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .thumbPics {
	width: 182px;
	height: 250px;
	position: absolute;
	top: 16px;
	right: 10px;
	display: block;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .thumbPics .thumb {
	width: 160px;
	height: 210px;
	text-align: center;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	background: url(/themes/thr/images/thumb_bg.png) 0px 0px no-repeat;
}
#homePagePlayerBox #panes div.homeSlide .mainPic .thumbPics .thumb img {
	border: 1px solid #999;
	margin: 1px 2px 3px 2px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc {
	width: 182px;
	height: 457px;
	position: absolute;
	top: 0px; 
	right: 0px;
	/*float: left;*/
	display: block;
	background: #000;
	color: #f2f2f2;
	z-index: 100;
	overflow: hidden;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .pics {
	width: 182px;
	height: 260px;
	text-align: center;
	margin: 0;
	display: block;
	position: relative;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .pics .left  {
	width: 175px;
	height: 250px;
	float: left; 
	display: inline; 
	margin: 0;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .pics .left img  {
	width: 175px;
	height: 250px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .pics .pic182  {
	width: 190px;
	height: 125px;
	margin: 0; 
	float: left;
	display: block;
	position: relative;
	text-align: center;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .pics .pic182 img  {
	width: 182px; 
	height: 120px;
	padding-left: 4px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .modelPic {
	width: 182px;
	height: 260px;
	text-align: center;
	display: block;
	/*position: relative;*/
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .modelPic img  {
	width: 175px;
	height: 250px;
	border: 1px solid #000;
	margin: 0 auto 0 1px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc .sceneDesc h5 {
	width: 182px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 4px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.info  {
	width: 182px;
	height: 30px;
	margin: 3px auto;
	list-style-type: none;
	color: #fff;
	padding: 4px 0;
	z-index: -1;
	position: absolute;
	top: 254px;
	right: 0px;
	overflow: hidden;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.info li  {
	font-size: 12px;
	height: 14px;
	width: auto;
	padding: 0px 8px 0px 18px; 
	margin: 1px 0;
	display: block;
	float: left;
	background: url(/themes/templates/images/arrowGray12.png) 2px 2px no-repeat;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.info li span  {
	color: #78d4f6;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc p  {
	position: absolute;
	top: 294px;
	right: 6px;
	width: 168px;
	height: auto;
	margin: 0 auto;
	color: #959595;
	padding: 6px 0;
	font-size: 11px;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc p a  {
	color: #78d4f6;
	text-decoration: none;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.sceneAction  {
	list-style-type: none;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	width: 370px;
	height: auto;
	margin: 0 auto;
	padding: 4px 0;	
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.sceneAction li  {
	padding: 0 12px 0 0;
	display: inline;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc ul.sceneAction li a  {
	color: #7eb3c9;
}
#homePagePlayerBox #panes div.homeSlide .mainPic span.hdLogo  {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 110px;
	height: 72px;
	background: url(/themes/templates/images/hdLg.png) 0px 0px no-repeat;
}
#homePagePlayerBox #panes div.homeSlide .mainPic a.playButton  {
	display: block;
	position: absolute;
	top: 409px;
	left: 670px;
	width: 140px;
	height: 42px;
	background: url(/themes/thr/images/playTrailer.png) 0px -43px no-repeat;
}
#homePagePlayerBox #panes div.homeSlide .mainPic a.playButton:hover  {
	background: url(/themes/thr/images/playTrailer.png) 0px 0px no-repeat;
}
#homePagePlayerBox #panes div.homeSlide .mainPic a.playButton span  {
	display: none;
}
#homePagePlayerBox #panes div.homeSlide .sceneDesc a.moreModel  {
	width: 370px;
	height: auto;
	margin: 0 auto;
	color: #afafaf;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: bold;
	display: block;
}
#homePagePlayerBox #panes div.homeSlide .thumbPics .thumb img {
	border: 1px solid #999;
	margin: 1px 2px 3px 2px;
}


