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

#yt_holder {
    background: #2b2b2b;
    padding: 10px;
    float: left;
    border: 1px solid black;
	margin-bottom:15px;
	margin-left:-10px;
	width:600px;
	-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px; border-radius: 6px;
}

#yt_holder ul {
    clear:both;
    margin: 0;
    padding: 0;
    width: 600px;
}

#yt_holder ul li {
 list-style-type: none;
 display:block;
 background: #ebebeb; border:1px solid black;
 float: left;
 width: 105px; height:70px;
 margin-bottom: 7px; margin-left:7px;
 padding:2px;
 text-align:center;
 -moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px; border-radius: 4px;
}
#yt_holder ul li:hover {	background: #76bdeb; border:1px solid white;
}
/*CURRENT VIDEO*/
#yt_holder ul li.currentvideo {
	background: #0081d6; border:1px solid white;
}

#yt_holder ul li img {	text-align:center;
    width: 53px;
    /*float: left;*/
    margin-right: 5px;
    border: 1px solid #999;
}

#yt_holder ul li a {
    font-family: arial;
    font-size: 7pt;
    text-decoration: none;
    display: block;
    color: #323232;
    text-align:center;
}

#yt_holder ul li a {color: black;}