/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }
	
	
/* container has a background image */
a.player {	
	/*margin-top:40px;*/
	display:block;
	/*background:url(../images/splash.png) no-repeat;*/
	width:475px;
	height:306px;
	/*padding:0px 126px 75px 127px;*/
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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

#pl {
	height:90px;
	/*background:#f5fbfb url(../images/h150.png) repeat-x;*/
	border:0px solid #ddd;
	width:438px;
	position:relative;
	overflow:hidden;
	padding:5px 0 8px 0;
	float:left;
}

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

#pl div.entries a {
	color:#ffffff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:90px;
	margin:0px 4px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	width:117px;
}

/* IE 7 hack */
*+ html #pl div.entries a {
	color:#ffffff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px;
	height:90px;
	margin:5px 0px 0px 4px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	width:117px;
}

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


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

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

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

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

.exit_border {
    border-color: white;
    border-width: 2px;
    border-style: solid;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left_arrows.png) no-repeat;
	margin:30px 0px 0px 0px;
	cursor:pointer;
	float:left;
}

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

a.nextPage {
	background-image:url(../images/right_arrows.png);	
}

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