#tab_parent{
	/*width: 100%;*/
	position:relative;
	overflow:hidden;
	padding-left: 20px;
	padding-right: 4px;
	
}

#tab_overflow{
	position:relative;
	overflow:hidden;
}
#tab_container{
	position:relative;
	white-space:nowrap;
}
#tab_body_container{
	position:relative;
	overflow:hidden;
}


#tab_overflow{

	width:588px;
}
#tab_body_container{
	width: 588px;
	*width:600px;
	

}
.tab{
	width: 80px;
	height: 26px;
	background-position: bottom left;
	/*background-attachment: fixed;*/
	color:#EEEEEE;
	cursor:pointer;
	font-family:Arial;
	font-size:10.5pt;
	font-weight:bold;
	left:10px;
	margin-left:2px;
	/*padding:3px;*/
	position:relative;
}
.tab:hover{
	background-position: top left;
}

.tab_content, .tab_rounded_bottom{
	*width: 588px;
	padding: 0px;
	font-family:Arial;
	font-size:10pt;
	color:#555555;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top: 3px solid #99cc00;
}
.tab_rounded_bottom{
	height: 10px;
	display: none;
}
.tab_rounded_top{
	display: none;
}

.active_tab{
	background:#ffffff;
	background-position: top left;
}

.select_video, .video{
	float: right;
	display: none;
}
.select_video{
	background-image: url(../../img/tabs/select_video.jpg);
	padding: 0px;
	width: 350px;
	height: 288px;
}
