/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;
	overflow:hidden;	 	
	height:285px !important;
	margin-left:25px;
}

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-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
	font-weight:bold;
	border:1px outset #696a6a;		
	text-decoration:none;
	letter-spacing:-1px;
}

div.clips a.first {
	border-top:1px outset #696a6a;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(/images/video/playlist/light_small.png) 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 em {
	font-weight:normal !important;
	font-size:11px;
	color:#0066ff;
}	

div.clips a:hover {
	background-color:#dfe0e1;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/

/*{{{ low version */

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/video/playlist/light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}

/*}}}*/

/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/video/playlist/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
	margin:2px 0px 2px 145px;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/images/video/playlist/down.png);	
	margin:3px 0px 5px 145px;
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/



