/* Video Player */
#content { position:relative; }
a#prev {
    display:block;
    width:38px;
    height:126px;
    background: transparent url(/media/images/common/arrows.png) no-repeat scroll 0 0;
    left:0;
    position:absolute;
    top:687px;
}
a#prev:hover {
    background: transparent url(/media/images/common/arrows.png) no-repeat scroll -39px 0;
}
a#next {
    display:block;
    width:38px;
    height:126px;
    background: transparent url(/media/images/common/arrows.png) no-repeat scroll -77px 0;
    left:908px;
    position:absolute;
    top:687px;
}
a#next:hover {
    background: transparent url(/media/images/common/arrows.png) no-repeat scroll -115px 0;
}
#thumb_holder {
margin-bottom:40px;
left:42px;
overflow:hidden;
position:relative;
top:8px;
width:860px;
}
#vid_thumbs {
    display:block;
    position:relative;
}
#vid_thumbs li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 6px;
width:203px;
}
#vid_thumbs img {
background:black none repeat scroll 0 0;
height:110px;
padding:7px;
width:190px;  
}
#vid_thumbs img:hover {
background:#D71926 none repeat scroll 0 0;
}
#vid_thumbs a { 
    display:block;
    position:relative;
}
#vid_thumbs a span { 
background:#222222 none repeat scroll 0 0;
bottom:7px;
color:white;
display:block;
height:22px;
left:7px;
line-height:22px;
opacity:0.8;
overflow:hidden;
padding-left:10px;
position:absolute;
width:180px;
}
