﻿

div.playlist {
	height:80px;
	background:#f5fbfb url(../img/playlist/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:440px; /* 584 */
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

div.playlist div.clips {
	height:80px;
	position:absolute;
	width:10000em;
}

div.playlist div.clips a {
	background:transparent url(../img/playlist/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px; /* 11 */
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

div.playlist div.clips a:hover {
	background-position:-140px 0;
	color:#000;
}

div.playlist div.clips a.playing {
	background-position:-280px 0;		
	color:#000;
}

div.playlist div.clips a.paused {
	background-position:-420px 0;		
	color:#000;
}

div.playlist div.clips a.progress {
	filter: alpha(opacity=80); /* MSIE/PC */
    -moz-opacity: 0.8; /* Mozilla 1.6 and older */
    opacity: 0.8;
}

div.playlist div.clips em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.prev, a.next, a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/playlist/arrow/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

a.prev:hover, a.next:hover, a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.next, a.nextPage {
	background-image:url(../img/playlist/arrow/right.png);	
}

a.next.disabled, a.prev.disabled, a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
