/*------Body-------*/

body{
	background: #000000;
	margin:auto;
	text-align:center;
}

#Banner {
	margin:auto;
}

#Title{
	padding:20px 0px 10px 0px;
	font-family:"Franklin Gothic Medium";
	font-size:20px;
	font-weight:bold;
	margin: auto;
	letter-spacing:0.8px;
	color:#FFFFFF;
}

#Player{
	padding-top: 10px;
	width: 730px;
	height: auto;
	text-align:center;
	margin: auto;
}

#PreLoader {
	margin:50px auto auto auto;
}

/*----Navigation----*/

#NavWrapper {
	margin:20px auto auto auto;
	display:none;
}

#NavTop {
	width:668px;
	margin:auto;
	clear:both;
}

#NavTopLeft {
	width:10px;
	height:12px;
	float:left;
	background:url(navigation/nav_top_left.png);
}

#NavTopMiddle {	
	width:648px;
	height:12px;
	float:left;
	background:url(navigation/nav_top_middle.png) repeat-x;
}

#NavTopRight {
	width:10px;
	height:12px;
	float:left;
	background:url(navigation/nav_top_right.png);
}

#NavBottom {
	width:668px;
	margin:auto;
	clear:both;
}

#NavBottomLeft {
	width:10px;
	height:12px;
	float:left;
	background:url(navigation/nav_bottom_left.png);
}

#NavBottomMiddle {	
	width:648px;
	height:12px;
	float:left;
	background:url(navigation/nav_bottom_middle.png) repeat-x;
}

#NavBottomRight {
	width:10px;
	height:12px;
	float:left;
	background:url(navigation/nav_bottom_right.png);
}

#NavMiddle {
	width:674px;
	margin:auto;
}

#LeftArrow {
	width:13px;
	height:49px;
	float:left;
	background:url(navigation/nav_left_noarrow.png);
}

#RightArrow {
	width:13px;
	height:49px;
	float:left;
	background:url(navigation/nav_right_noarrow.png);
}

/*Thumbnails*/

#ThumbContainer {
	max-width:648px;
	height:49px;
	float:left;
	overflow:hidden;
}

#Thumbnails {
	left:0px;
	top:0px;
	position:relative;
}

.thumbnail_bgs {
	width:81px;
	height:49px;
	float:left;
	background:url(navigation/thumb_bg.jpg);
}

.thumbnails {
	width:73px;
	height:41px;
	float:left;
	margin:4px;
}

.thumbnail_bevels {
	width:81px;
	height:49px;
	margin:-49px auto -81px auto;
	float:left;
	background:url(navigation/thumb_bevel.png);	
}

/*Description*/

#DWrapper {
	width:608px;
	min-height:100px;
	margin:auto;	
}

#DescrWrapper {
	height:auto;
	margin:auto;
	display:none;
}

.descr_columns {
	width:8px;
	float:left;
}

#DescrLeftColumn {
	width:8px;
	height:81px;
	background:url(navigation/desc_left.jpg) repeat-y;
}

#DescrLeftCorner {
	width:8px;
	height:10px;
	background:url(navigation/desc_bottom_left.png);
}

#DescrRightColumn {
	width:8px;
	height:81px;
	background:url(navigation/desc_right.jpg) repeat-y;
}

#DescrRightCorner {
	width:8px;
	height:10px;
	background:url(navigation/desc_bottom_right.png);
}

#DescrMiddle {
	width:588px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:4px 0px 0px 0px;
	margin:auto;
	float:left;
	background:#0e0e0e;
}

#DescrTitle {
	font-size:14px;
	font-weight:bold;
	padding:4px;
}

#Description {
	font-size:12px;
	padding:2px 2px 8px 2px;
}

#DescrMiddleBottom {
	height:8px;
	width:100%;
	background:url(navigation/desc_bottom.jpg) repeat-x;
}

/*----Links----*/

a {
	outline:none;
}

img {  
	border-style: none;
}