#ytvideo {
    float: left;
	margin-right:0px;
}

img.yt_image {

    float: left;
    width: 70px;
    height:50px;
    margin-right: 5px;
    border: 1px solid #e3e3e3;
}

.yt_holder {
	width:340px;
	height:150px;
	overflow:hidden;
    background: #f3f3f3;
    padding: 10px;
	margin-bottom:5px;
	-moz-border-radius:10px 10px 6px 6px; 
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius:6px; 
	border-style:solid;
    border-width:thin;
	border-color:#e3e3e3;
}

ul.YouTubePlaylist {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 95px;
    height:150px;
    overflow:scroll;
    overflow-y:scroll;
    overflow-x:hidden;
    border:none;
    list-style-type:none;
    display:block;
}

li.YouTubePlaylist {
	list-style-type:none;
    display:block;
    width: 70px;
    border:none;
    margin-bottom: 5px;
	padding:2px;
}


a.YouTubePlaylist {
    font-weight: bold;
    font-size: xx-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
}
