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

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

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

div.clips a {
	display:block;
	background-color:#fefeff;
	/*height:46px;*/
	width:167px;
	font-size:12px;
	border:1px outset #ccc;
	text-decoration:none;
	color:#000;
	background-image: url(h80.png);
	margin-left: 28px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 45px;
	height: 38px;
}

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

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	width:225px;
	border:0;
	background-image: url(light.png);
	background-repeat: no-repeat;
	background-position: 0px -69px;
}
	
div.clips a.progress {
	opacity:0.6;		
}

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

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

div.clips a em {
	font-style:normal;
	color:#358A42;
	font-size: 0.833em;
	line-height: 1em;
}	

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

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(light_small.png);
	background-position:0px -56px;
}

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


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
	background-image: url(up.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 130px;
}

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

a.go.down {
	background-image:url(down.png);
}

div.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/
.thum img {
	float: left;
	background-color: #FFF;
	padding: 1px;
	border: 1px solid #999;
	margin-right: 4px;
}
 .spekbtn {
	text-decoration: underline;
	background-image: url(sbc_visit_speakaboos.gif);
	background-repeat: no-repeat;
	width: 233px;
	float: right;
	height: 56px;
	display: block;
	text-indent: -5000px;
	background-position: left top;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.spekbtn:hover {
	background-image: url(sbc_visit_speakaboos.gif);
	background-position: left -56px;
}
