#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:10px;
}


.yt_holder {
    background: #f3f3f3;
    padding: 10px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-bottom:15px;
}



.currentvideo {
	background: #e6e6e6;
}

.yt_holder ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 330px;
}

.yt_holder ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 100%
    margin-bottom: 5px;
	margin-bottom : 7px\9;
	padding:2px;

}

.yt_holder ul li img {
    width: 120px;
	height:85px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

.yt_holder ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.yt_holder ul li:hover {
	background:white;
}


