

#ap_video_thumbs .active{
	background:#999999 !important;
}

#ap_video_thumbs{	
	position: relative;
	bottom:50px;
	
}

#video-tab{
	clear:both;
	padding-top:30;
	width:500px;
	margin:auto;
	position: relative;
	top:20px;
	z-index: 1; 
}
#video-tab li{
	float:left;
	list-style:none;
	width:120px;
	height:20px;
	margin-right:5px;
	background:#343434;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
	text-align:center;
}

#video-tab a{
	color:#FFF;
	text-decoration:none;
	width:120px;
	height:30px;
	display:block;
	padding-top:5px;
	border-radius: 15px 15px 15px 15px;
	
}


#video-thumb-display{
	float:left;
	height:200px;
	margin-top:0;
	overflow: hidden;
}
        	