#playlist_wrap{
	background:#f9f9f9;	
	border:1px solid #ddd;
	float:left;
	height:334px;
	width:217px;
	
	}
	
/*{{{ general playlist settings, light gray */
.playlist {

	position:relative;
	overflow:hidden;	 	
	height:273px !important;
}

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

.playlist, .clips {
	width:217px;	
}


a.player {	
	float:left;
	background:url(/img/player/splash.png) no-repeat;
	width:480px;
	height:336px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	}

a.player object	{
	z-index:1;
	}



.clips a {
	display:block;
	padding:1px 5px 3px 10px;
	width:205px;
	font-size:11px;	
	text-decoration:none;
	border-top:1px solid #eee;
	border:none;
	color:#787e8c;
	height:12px;
}

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

.clips a.playing, .clips a.paused, .clips a.progress {
	background:#d7d7d7;
	width:205px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

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

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

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

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

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


/*}}}*/


/*{{{ low version */

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

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

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


/*}}}*/


/*{{{ go buttons */

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

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

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

}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/
