#ytvideop{
    float: left;
	margin-right:10px;
	margin-top: 2px;
}

.yt_holder {
    background: #f3f3f3;
    background-color: #ffffff;
    padding: 10px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-bottom:15px;
	width: 630px;
	
}

ul.videos {
    float: left;
    margin: 0;
    padding: 0;
    width: 238px;  
    height: 370px;    
    overflow-y: scroll;
}

ul.videos li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 218px;
    margin-bottom: 5px;
	padding:2px;
	margin-left: -5px;
    border: dotted 1px #e3e3e3;
    /*height: 65px;
    overflow: hidden;*/
    background-color: #ffffff;
    overflow: hidden;
}

ul.videos li:hover
{
    background-color: #FFCE34;    
}
ul.videos li img {
    width: 80px;
    /*height: 65px;*/
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

ul.videos li a {
    font-size: 0.9em;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: red;
	border: dotted 1px  red;
}
