

/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;
	overflow:hidden;	 	
	height:280px !important;
	width: 257px;
}

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

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

div.clips a {
	background:url(/Images/Content/61/273425.png);
	display:block;
	padding:8px 52px 8px 15px;
	float: left;
	height:54px;
	width:190px;
	font-size:12px;
	line-height: 130%;	
	text-decoration:none;
	background-color:#000;
	color:#fff;
	border:1px solid #333;
	overflow: hidden;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	width:190px;
	background:url(/Images/Content/1143/277424.png) no-repeat 0 0;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

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

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

div.clips a em {
	font-style:normal;
	color:#FCA29A;
}*/	

div.clips a:hover {
	background-color:#222;		
	text-decoration: none;
}

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


/*{{{ go buttons */

a.go {
	display:block;
	float:right;
	width:18px;
	height:18px;
	background:url(/Images/Content/1143/277705.png) no-repeat;
	margin:0px 0 5px 0px;
	cursor:pointer;
}

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

a.go.nextPage {
	background-image:url(/Images/Content/1143/277704.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


