@charset "utf-8";
/* CSS Document */
/*Styles For Preview Page*/
/*Preview Page*/
#newsItemBox  {
	width: 976px;
	height: 640px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/preview_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#newsItemBox2  {
	width: 976px;
	height: 447px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/preview_bg2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#newsItemBox h2, #newsItemBox2 h2 {
	width: 950px;
	height: 30px;
	padding: 5px;
	background-image: url(/themes/templates/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #f9f9f9;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	text-align: left;
}
#newsContent  {
	width: 950px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsItemBoxTop  {
	width: 937px;
}
#playerHolder  {
	width: 480px;
	height: 360px;
	border: 1px solid #009;
	float: left;
	text-align: center;
}
#flashVideoTrailer  {
	width: 480px;
	height: 360px;
	/*border: 1px solid #333;*/
}
#picBoxHolder  {
	width: 480px;
	height: 360px;
	border: 1px solid #009;
	float: left;
	text-align: center;
}
#picBoxHolder img  {
	width: 480px;
	height: 360px;
	/*border: 1px solid #333;*/
}
#sceneDetails  {
	width: 440px;
	padding: 5px;
	float: right;
}
#sceneDetails h3  {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold; 
	color: #990000;
	text-align: left;
}
#sceneDetails h3#date  {
	font-size: 14px;
	color: #999;
}
.newsText  {
	height: 250px;
	font-size: 14px;
	text-align: left;
	overflow: auto;
}
.newsLink  {
	text-align: right;
	text-transform: uppercase;
	width: 420px;
	height: 40px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
#previewPics  {
	width: 950px;
	height: 200px;
}
#previewPics .picBox  {
	width: 190px;
	height: 190px;
	padding: 5px 0px;
	float: left;
	text-align: center;
}
#previewPics .picBox img  {
	width: 175px;
	height: 190px;
	border: 1px solid #333;
	text-align: center;
}
#pagination  {
	width: 900px;
	height: auto;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
	list-style-type: none;
}
#pagination li  {
	display: inline; 
	padding: 3px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}
#pagination li.current  {
	text-decoration: underline;
	color: #686665;
}
/*for pagination style*/
.pagenavstyle  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.count  {
	/*color: #f00000;*/
	padding-bottom: 2px;
}
.newsPageLink  {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
