


/* scrollable */

#pl {
	height:100px;
	width:854px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl div.entries {
	height:120px;
	position:absolute;
	width:10000em;
}

#pl div.entries 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:11px;
	height:120px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:37px;
	height:9px;
	background:url(../elements/arrow/left.gif) no-repeat;
	margin:40px 10px 0px 0px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -9px;		
}

a.nextPage {
	background-image:url(../elements/arrow/right.gif);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}


img {cursor:hand;cursor:pointer}

#main {height:400px;}