#pl {
	height:124px;
	background:#f5fbfb url(/contest/lib/flowplayer/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:723px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl div.entries {
	height:60px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	border:1px solid #DDDDDD;
	color:#666;
	float:left;
	#font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:9px;
	height:120px;
	margin:0px 2px;
	padding:1px;
	text-decoration:none;
	width:95px;
	line-height: 1em;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
	opacity: .75;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
	opacity: .75;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:25px;
	color:red;
	font-style:normal;
}

img.thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
}


a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.internationalstudent.com/contest/lib/flowplayer/left.png) no-repeat;
	margin:50px 10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(/contest/lib/flowplayer/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
