.video_tabs_box {
	clear:both; height:230px;
}
.video_main_screen {
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px;    /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	border:4px solid #eee;
	float:left;
	width:360px;
	height:203px;
	display:block;
	-moz-box-shadow: 4px 4px 4px #DDD;
	-webkit-box-shadow: 4px 4px 4px #DDD;
	box-shadow: 4px 4px 4px #DDD; 
}
.video_main_screen_list {
	width:240px;
	float:right; 
	padding: 2px 0 0 0;
}
.video_main_screen_list ul {
	padding:0;
	margin:0;
}
.video_main_screen_list ul li {
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border:0px solid #eee;
	padding: 2px 0 0 10px;
	border-left:none;
	width:230px;
	display:block;
	height:49px;
	margin-bottom:3px;
	background-color:#FFFFFF;
	font-size:12px;
	-moz-box-shadow: 4px 1px 4px #DDD;
	-webkit-box-shadow: 4px 1px 4px #DDD;
	box-shadow: 4px 1px 4px #DDD;
	cursor:pointer;
	overflow:hidden;
}

.video_description{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:11px;
	color:#999; line-height:14px; 
}
ul.video_tabs li a {
	color:#666;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:14px;
	text-decoration:none;
}
ul.video_tabs li a:hover {
	color:#000;
	text-decoration:none;
}
html ul.video_tabs li.active, html ul.video_tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#FFF;
	text-decoration:none;
	background-color:#990000;/*--Makes the active tab look like it's connected with its content--*/
}
.video_main_screen_list ul li:hover {
	background-color:#eee;
	color:#333;
}
.video_tabs_active {
	background-color:#990000;
	color:#FFF;
}
#trailer_video {
	text-align:center;
}
ul.video_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
 
	width: 100%;
}
.trailer_video_player {
	position:absolute;
	padding:4px;
}
.video_tabs_container {
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px;    /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	position:relative;
	float:left;
	width:360px;
	height:203px;
	display:block;
	-moz-box-shadow: 4px 4px 4px #DDD;
	-webkit-box-shadow: 4px 4px 4px #DDD;
	box-shadow: 4px 4px 4px #DDD;
}
.vtab_content {
	position:absolute;
}
