/* 
----------------------------------------------------------------------------- 
YOUTUBE ON VIDEO 
-----------------------------------------------------------------------------*/

#video_content {
width: 425px;
}

#youtube {
height: 355px;
width: 425px;
}

#video_content ul {
width: 98%;
margin: 0;
padding: 0;
}

#video_content li
{
width: 100%;
cursor: pointer;
margin: 2px 0;
padding: 4px 0 4px 5px;
list-style-type:  none;
text-align: center;
font-size: 1.2em;
}

#youtube_links {
width: 425px;
}

.youtube_hover {
background-color: #6394BD;
color: #fff;
}

.youtube_selected {
background-color: #6394BD;
color: #fff;
}


