@charset "utf-8";


.playlist {

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

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

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

.clips a {
	background:url(/images/global/jquery_playlist/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:31px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	/*text-decoration:none;*/
	text-decoration:none !important;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

.clips a:active, .clips a:focus {  
	outline:none; 
	-moz-outline-style:none;
}




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

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(/images/global/jquery_playlist/light_small.png) no-repeat 0px -55px;
	width:225px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

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

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

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

	font-size:9px;
}	

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

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


a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/global/jquery_playlist/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/global/jquery_playlist/down.png);	
}

a.go.disabled {
	visibility:hidden;		

} 