html, body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

.clips {
	width:290px;	
}

.clips a {
	background:url(http://video.firmatic.net/layout/h80.png);
	display:block;
	padding-left: 12px;
	height:70px;
	width:213px;
	font-size:12px;
	border:1px solid #ccc;		
	text-decoration:none;
	/*letter-spacing:-1px;*/
	color:#000;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*div.clips a.first {
	border-top-width:1px;
}*/

.clips a div {
	position: absolute;
	margin-top: 15px;
}
.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(http://video.firmatic.net/layout/light.png) no-repeat 0px -69px;
	width:253px;
	height:70px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

.clips a.paused {
	background-position:0 0;	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clr {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
/*div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}*/
/*}}}*/
