/* Playlist style */
 
ul.playlist {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	overflow:hidden;
	}

/* Standaard style */

ul.playlist {
}

ul.playlist li {
	font-weight:normal;
	overflow:hidden;
	line-height:30px;
	border:1px solid #fff;
	cursor: pointer;
	max-height:30px;
}

ul.playlist .timing {
	display: none;
}

	ul.playlist li a {
		overflow:hidden;
		text-decoration:none;
		}

ul.playlist li.sm2_playing .controls .statusbar {
	height:5px;
	overflow:hidden;
	cursor:-moz-grab;
	cursor:grab;
	width:30%;
	margin:5px 0px 0px 0px;
	background:#fff;
	border:1px solid #c7c7c7;
	border-radius: 3px;
	margin-left:410px;
	margin-top:-17px;
}



ul.playlist li.sm2_playing .controls .statusbar .position {
	height:3px;
	background:#e6e6e6;
	border-radius: 3px;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #dadada;
}
	
	ul.playlist .trkinf {
	min-height:15px;
	padding:2px 0px 0px 0px;
	max-height: 30px;
	width:305px;
	float:left;
	overflow:hidden;
	}
	
	.sm2_playing .trnr {
		font-size:0px;
		height:25px;
		background: url(ply.png) no-repeat;
	}

ul.playlist li:hover .title  {
	font-weight: bold;
	}
	
ul.playlist li a {
	color:#000;
	}
	
	ul.playlist li.sm2_playing .timing {
		font-size:10px;
		color:#9c9c9c;
		margin-left:650px;
		margin-top:-19px;
		display: block;
		}

/* Wanneer player afspeeld */


/* Gepauseerd */
.sm2_paused .timing {
	display: none;
}
	
