.playlist {
	height:44px;
	background:#f5fbfb url(img/playlist/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:728px; /* 584 */
	padding:5px 0;
	overflow:hidden;
	position:relative;
	float:left;
}

.playlist .clips {
	height:44px;
	position:relative;
	width:10000em;
}

.playlist .clips a {
	background:transparent url(img/playlist/entry_small.png) no-repeat scroll 0%;
	color:#666;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px;
	height:24px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	float:left;
}

.playlist .clips a:hover {
	background-position:-140px 0;
	color:#000;
}

.playlist .clips a.playing {
	background-position:-280px 0;		
	color:#000;
}

.playlist .clips a.paused {
	background-position:-420px 0;		
	color:#000;
}

.playlist .clips a.progress {
	opacity:0.8;
}

.playlist .clips em {
	color:#999;
	font-style:normal;
}

a.nextPage, a.prevPage {
	width:18px;
	height:18px;
	background:url(img/playlist/arrow/left.png) no-repeat;
	margin:20px 8px;
	cursor:pointer;
	float:left;
	overflow:hidden;
	position:relative;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(img/playlist/arrow/right.png);
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
