
/* wrapper element for playlist items */
#clips {
	background:#fff url(h150.png) repeat-x scroll;
	height:67px;
	margin-top:7px;
	padding:15px 34px;
	width:550px;
	-moz-border-radius:4px;
}

/* single playlist entry */
#clips a {
	background:transparent url(entry.gif) no-repeat scroll 0;
	display:block;
	float:left;
	height:67px;
	margin:0 10px 0 0;
	width:87px;
}

/* playlist entry when mouse is entered */
#clips a:hover {
	background-position:-87px 0;		
}

/* active playlist entry */
#clips a.playing, #clips a.paused {
	background-position:-174px 0;		
}

#clips {
background-color: #9932CC;
}