/*{{{ general playlist settings, light gray */

div#flowplayer {
margin:40px auto 0 auto;
width:100%;
}

div.playlist_container {
 float: left; 
 width: 200px;
 margin:-34px 0 0 0;
}

div.playlist {
	position:relative;
	overflow:hidden;	
}

div.playlist div.clips {	
	position:absolute;
}

div.playlist, div.clips {
	width:200px;
}

div.clips a {
	background:url(../img/bk_button.png) left -122px;
	display:block;
	height:40px;
	width:200px;
	text-align:left;
	line-height:280%;
	font-size:12px;	
	text-decoration:none;
	letter-spacing:-1px;
	color:#FFF;
	padding:0 0 0 10px;
	border:none;
	font-weight:normal;
}

div.clips a:hover, div.clips a:active {
	background:url(../img/bk_button.png) left -82px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(../img/bk_button.png) left -2px;
	width:200px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:left -42px;	
}

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

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

div.clips a:hover {		
}

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

#user #account:hover {
background-position:0 -14px !important;
}

/*{{{ go buttons */

a.go {
	display:block;
	width:100%;
	height:24px;
	background:url(../img/up.png) center top no-repeat;
	margin:5px 0 5px 0;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

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

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


