

.centered-container > div{

    background-color:#000;

}


.ytv-thumb ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
.centered-container{
	height: 315px;
	margin: 0 auto;
    overflow:hidden;
    background-color:#000;
    font-family:Tahoma;
    color:#fff;

} 
.container-list{
	
	top: 0px; 
	height: 315px;
	left: 430px; 
	bottom: 0px;
	position: absolute;
	overflow-y:scroll;
	background-color:#000;
}

.container-video
{
left: 0px; 
top: 0px; 
width: 300px; 
height: 315px;
right: 300px; 
bottom: 0px; 
/*right: 0px;*/ 
position: absolute;    
background-color:#000;
}
.ytv-thumb a
{
	padding: 10px 10px 10px 8px; 
	color: rgb(254, 254, 254); 
	font-size: 11px; 
	text-decoration: none; 
	border-top-color: rgba(255, 255, 255, 0.1); 
	border-bottom-color: rgba(0, 0, 0, 0.5); 
	border-left-color: transparent; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 2px; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	display: block;

}
