#flowplayer
{
	width:426px;
	height:240px;
	display:block;
	/*float:right;*/
	margin:auto;
	z-index:-1;
}

#scroller
{
	width:440px;
	height:80px;
	overflow:hidden;
	float:left;
	position:relative;
}
.clips
{
	height:80px;
	width:9000px;
	margin-bottom:10px;
	position:absolute;
	left:0px;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/left.png) no-repeat;
	margin:30px 17px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(/images/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}

div.clips a {
	background:transparent url(/images/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:9px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	overflow:hidden;
	
}

div.clips a:hover {
	background-position:-140px 0;
	color:#000;
}

div.clips a.playing {
	background-position:-280px 0;		
	color:#000;
}

div.clips a.paused {
	background-position:-420px 0;		
	color:#000;
}

div.clips a.progress {
	opacity:0.8;
}


