div.playlist {
	float:left;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica;
	font-weight: normal;
	color: #e6e6e6;
}

div.playlist, div.clips {
	width:260px;
	overflow: hidden;
}

div.clips a {
	font-family: Helvetica;
	font-weight: normal;
	color: #e6e6e6;
	display:block;
	background: url(../images/light_off.png) no-repeat;
	padding:3px 15px;
	margin-bottom: 5px;
	height:65px;
	width:196px;
	font-size:12px;
#	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color: #555;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	font-family: Helvetica;
	font-weight: normal;
	color: black;
	background:url(../images/light.png) no-repeat 0px -69px;
	padding-left:75px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a h2 {
	font-family: Helvetica;
	font-weight: normal;

	font-size:11px;
	color:#666;
}

div.clips a div {
	font-family: Helvetica;
	font-weight: normal;

	font-style:normal;
	color:#000000;
	width: 40px;
	display: inline;
	float: left;
}	

div.clips a:hover {
	font-family: Helvetica;
	font-weight: normal;

	background-color:#f9f9fa;
	color: black;		
}


div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	font-family: Helvetica;
	font-weight: normal;

	background-color:transparent !important;
	color: black; 
}

a.goup {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/pl_up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.goup:hover, a.godown:hover {
	background-position:0px -18px;		
}

a.godown {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/pl_down.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}