
div#info { font-size: 14px; font-weight: bold; color: #fff; text-align: center;
}

/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;
	overflow:hidden;	 	
	height:355px; /* Was 285, fixed for FF, overridden for IE */
}

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

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

div.clips a {
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:196px;
	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 {
        width:260px !important;   /* 190+70 */
	background:url(../graphics/flowplayer/playlist/lightonblack.jpg) no-repeat 0px -69px;
/*      padding-right:60px;  */
	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;
        font-weight: bold;
}

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

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

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


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(../graphics/flowplayer/playlist/arrow_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(../graphics/flowplayer/playlist/arrow_down.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/

