
#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:10px; color:#000;
}


.yt_holder {
    
    padding: 10px;
    float: left;
    border:2px dashed #666666;
	margin-bottom:15px;
}


.yt_holder ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 250px;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    background: #313c42;
    float: left;
    width: 236px;
    margin-bottom: 5px;
	padding:2px;
border:2px dashed #666666;

}

.yt_holder ul li img {
   
    float: left;
    margin-right: 5px;
    
}

.yt_holder  ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
}
	