
#content #videos { float:left; width:956px; }
#content #videos .player { float:left; width:416px; height:294px; background:url(images/bg_videoplayer.gif) 10px 10px no-repeat; z-index:100000; cursor:pointer; padding:10px;}

#content #videos .playlist { float:left; width:442px; height:292px; margin:10px 0; background:#FFFFFF url(images/bg_videoplaylist.gif) repeat-x; background-position:-1px 0; border:1px solid #083684; position:relative; overflow:hidden; }
#content #videos .playlist .entries { position:absolute; width:10000em; height:60px; }
#content #videos .playlist .entries .video { float:left; width:422px; height:60px; font-size:14px; font-weight:bold; text-decoration:none; padding:20px; background:transparent url(images/player_entry.gif) 0 0 no-repeat; }
#content #videos .playlist .entries .playing {	background-position:0px -80px; }
#content #videos .playlist .entries .paused { background-position:-432px -80px; }
#content #videos .playlist .entries .progress { opacity:0.8; }

#content #videos .playlist .entries .title { float:left; width:412px; height:60px; overflow:hidden; }
#content #videos .playlist .entries .title em { float:right; color:red; font-style:normal; margin:5px; }
#content #videos .playlist .entries .description { float:right; width:442px; height:212px; margin-left:-20px; background:#000 url(http://flowplayer.org/img/player/btn/play_large.png) right bottom no-repeat; }
#content #videos .playlist .entries .description p { color:#FFF; width:422px; height:192px; font-size:12px; font-weight:none; text-decoration:none; padding:10px; position:absolute; }


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage { float:left; width:18px; height:18px; margin:43px 10px; background:url(http://flowplayer.org/tools/img/arrow/left.png) no-repeat; display:block; cursor:pointer; }
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover { background-position:0px -18px; }
/* disabled navigational button */
a.disabled { visibility:hidden !important;	}
/* next button uses another background image */
a.next, a.nextPage { background-image:url(http://flowplayer.org/tools/img/arrow/right.png); clear:right; }
