/******/
#demo_playlist {
	background:url(img/black1.jpg) no-repeat top;
	padding:10px;
	width:900px;
	height:400px;
	margin:0 auto;
	padding-top:40px;
}

#playlist_wrap {
	margin:0 auto;
	background:#000; /*url(img/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(13, 25, 38, 0.2), rgba(2, 2, 2, 0.2));*/
	width:671px;
	height:90px;
	border:#333;
}

/* container has a background image */
a.player {	
	display:block;
	width:480px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000; /*url(img/player/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);*/
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player img {
	margin-top:120px;
	border:0;	
}

#player {
	margin:10px auto;
}

#pl {
	height:80px;	
	width:574px;
	position:relative;
	overflow:hidden;
	padding:5px;
	float:left;
	margin:0 auto;
}

.entries {
	height:80px;
	position:absolute;
	width: 10000em; 
}

.page {
	width:580px;
	float:left;
}

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

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

.entries .playing {
	background-position:-280px 0;		
	color:#000;
}

.entries .paused {
	background-position:-420px 0;		
	color:#000;
}

.entries .progress {
	opacity:0.8;
}

.entries em {	
	float:right;
	margin-top:5px;
	color:red;
	font-style:normal;
}

.next, .prev {
	display:block;
	margin:30px 0px;
	cursor:pointer;
	float:left;
	
	height:40px;
	width:40px;
	opacity:0.8;
}

.next:hover, .prev:hover {
	opacity:1;
}

.prev{
	background: url(img/arrows/arrowl.png) no-repeat left;	
}
.next {
	background: url(img/arrows/arrowr.png) no-repeat right;	
}

.next.disabled, .prev.disabled {
	visibility:hidden;		
}

.entries a .one{
	background:
}