#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;
}

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

#category-tabs {
	width: 200px;
	float: left;
	margin-top: 25px;
	background: #d2d2d2;
	height: 364px;
}
	#category-tabs ul {
		width: 200px;
		margin: 0;
		padding: 0;
		float: left;
	}
	#category-tabs li {
		list-style: none;
		float: left;
		margin: 2px 0;
		height: 36px;
		width: 200px;
		background:  url('images/li_bg.jpg') 0 0 no-repeat;
	}
	
	#category-tabs a {
		text-align: left;
		display: block;
		width: 180px;
		height: 16px;
		font-size: 13px;
		padding: 10px;
		color: #353535;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#category-tabs li a:hover { 
		background:url('images/li_bg.jpg') -213px -0px no-repeat;
		color: #414141;
	}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url('images/li_bg.jpg') -213px -0px no-repeat;		
	cursor:default !important; 
	color:#414141 !important;
}


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

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

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

#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;		
}

.panes {
	width: 634px;
	height: 364px;
	margin: 25px 0 0 0;
	display: block;
	float: left;
	padding: 0;		
}
div.panes div {	
	width: 634px; 
	height: 364px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
	position: relative;
}

