@charset "UTF-8";


#playlist_wrap{
	float:left;
	height: 160px;
	width: 610px;
	margin-left: 30px;
}


div.player {
	width: 480px;
	height: 255px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
}


#pl {
	height:140px;
	background:#f5fbfb url(img/scrollable/h300.png) repeat-x;
	border:1px solid #ddd;
	width:515px;
	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/scrollable/white_bg.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-align: center;
	text-decoration:none;
	width:100px;
}

#pl div.entries a:hover {
	background-position:-120px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-240px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-362px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {
	margin-top:15px;
	color:red;
	font-style:normal;
	text-align: center;
}


a.nextPage, a.prevPage {
	background:url(img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	margin:40px 10px;
	cursor:pointer;
	float:left;
	font-size:1px;
}

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

/* right */
a.nextPage 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.nextPage:hover 	{ background-position:-30px -30px; }
a.nextPage:active 	{ background-position:-60px -30px; } 


/* left */
a.prevPage			{ margin-left: 0px; } 
a.prevPage:hover  	{ background-position:-30px 0; }
a.prevPage:active  	{ background-position:-60px 0; }


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

