#flowplayerLeft, #flowplayerLeftSingle {
	background: url('images/player_left.jpg') 0 0 no-repeat;
	float: left;
	width: 25px;
	height: 413px;
}

#flowplayer, #flowplayerSingle {
	background: url('images/player_bg.jpg') 0 0  repeat-x;
	height: 413px;
	text-align: left;
	font-weight: normal;
 	margin: 0 auto;	
}

#flowplayerRight, #flowplayerRightSingle {
	background: url('images/player_right.jpg') 0 0 no-repeat;
	float: left;
	width: 25px;
	height: 413px;
}
#player, #playerSingle {
	 float: left;
	 margin: 45px 20px;
}

#playlistWrap {
	background: url('images/playlist_bg.jpg') 0 0 no-repeat;
	float: left;
	width: 209px;
	height:364px;
	margin-top: 25px;
	border-left: #ccc 1px solid;
}

#pl {
	height:324px;	
	width:209px;
	position:relative;
	overflow:hidden;
	float:left;
}

#pl div.entries {
	height:324px;
	position:absolute;
	width:209px;
	margin-top: 1px;
	text-align: left;
}

#pl div.entries a {
	background-color:#242424;
	color:#fff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size: 12px;
	height: 64px;
	margin: 0;
	padding: 8px 10px;
	text-decoration:none;
	width: 189px;
	border-bottom: 1px solid #3b3b3b;
}
#pl div.entries a:nth-child(even) { background-color: #000;}
#pl div.entries a:nth-child(odd) { background-color: #242424;}
 /* ie6 hack ...that not surprisingly doesn't work...*/
#pl div.entries a {background-color: expression(this.previousSibling==null?'#000':'#242424');}
/************/

#pl div.entries samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 3px;
}

#pl div.entries a:link { color:#fff; text-decoration:none;}
#pl div.entries a:visited { color:#919191; text-decoration:none;}
#pl div.entries a:hover { color:#919191; text-decoration:none;}
#pl div.entries a:active { color:#919191; text-decoration:none;}

#pl div.entries a.playing {
	color:#f1df89;
}

#pl div.entries a.paused {
	color:#f1df89;
}

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

a.go {
	display:block;
	width:209px;
	height:20px;
	background:url('images/up.jpg') no-repeat;
	margin:0 auto;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -20px;		
}

a.go.down {
	background-image:url('images/down.jpg');	
	clear: left;
}

a.go.disabled {
	visibility:hidden;		
}

