div.playerContainer {
	background:url('../images/elements/grid2.png');
	height:315px !important;
	border-bottom:#E60000 solid 3px;
}
.playlistBackground {
height:100%;float:left;background-color:#CCC;
background:url('../images/elements/black_op_30.png');
padding:0 10px 0 0;
}

div#playlist_wrap {
	float: left;
	margin:18px 0 0 0;
}

div.playlist {
	position:relative;
	overflow:hidden;	 	
	height:237px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips,div.clips a {
	width:180px !important;	
}

div.clips a {
	display:block;
	background:url(../images/playlist/h80.png);
	background-color:#FFF;
	margin:5px 0;
	padding:12px 5px;
	/*height:46px;
	width:195px;*/
	opacity:0.8;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(../images/playlist/light.png) no-repeat 0px -69px;
	width:180px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}


div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
/*background-image:url(../images/playlist/light_small.png);*/
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}
/* container has a background image */
a.player
{	
float:left;
	background:url(../images/playlist/splash.png) no-repeat;
	background-color:#000;
	margin:38px 10px;
	display:block;
	width:425px;height:239px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image: button */
a.player img {
	margin:60px 0;
	border:0;	
}

a.go {
	display:block;
	width:180px;
	height:18px;
	background:url(../images/playlist/up.png) no-repeat;
	cursor:pointer;
}

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

a.go.down {
	background-image:url(../images/playlist/down.png);	
}

div.petrol a.go {
	background-image:url(../images/playlist/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(../images/playlist/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;
	/*background:url(../images/playlist/up_dark.png) no-repeat;*/
}

.togglePlaylist {
height:100%;width:18px;
cursor:pointer;
/*cursor: ew-resize;*/
background-image:url(../images/playlist/toggle_bg.png);background-repeat:repeat-y;
background-color:#9D0C00;
opacity:0.80;
padding:0;margin:0;
border-top:none;
border-bottom:none;
}
.togglePlaylist:hover {background-color:#C00;}
.togglePlaylist span{background:url(../images/playlist/grippie.png) repeat-y;}