#ytvideo { margin: 0 0 5px 0; }

.yt_holder {
    margin: 0;
    overflow: hidden;
    padding: 0;
	width: 100%;
}


#content ul.ytplaylist {
	float: left;
	list-style: none !important;		    
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
}

#content ul.ytplaylist li {
    background: #fff;
    display:block;		    
    float: left;		    
    margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 100px; /* Adjust to change the thumbnail size */
}

#content ul.ytplaylist li img {		
    margin: 0 0 .5em 0 !important;
    border: none !important;
    float: left;
    width: 100px; /* Adjust to change the thumbnail size */
}

#content ul.ytplaylist li a {
    display: block;
    overflow: hidden;
     /* Remove the next two lines to show the link's text */
    text-decoration: none;
    margin: 0 0 .8em 0 !important;
    padding-bottom: 5px;
}


#content .currentvideo a {
background-color: #efefef; 
color: #ff0000 !important;
}
