	/* container has a background image */
a.player {
	display:block;
	background:url(/img/player/splash.png) no-repeat;
	width:380px;
	height:288px;
	padding:0px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:0px;
	border:0;
}

	a.player {
	margin-top:0px;
	}











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

div.playlist div.clips {	

}

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

div.clips a {
	display:block;
	vertical-align: middle;
	height:53px;
	width:240px;
	text-decoration:none;
	letter-spacing:-1px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
}

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

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	
	
	background:url(../images/media_playing.gif) no-repeat;
	width:240px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

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

div.clips a span {
	
	
}



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;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background:url(../images/media_button.png) no-repeat;
	text-decoration: none;
	
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(../images/media_playing.png);
	background-repeat: no-repeat;
	border:0px;
}

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

div.clips.petrol a span {
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	
		background:url(../images/media_over.png) no-repeat;
		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol 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(../images/light_small.png);
	background-position:0 -55px;
}

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


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/up.png) no-repeat;
	margin:0px;
	cursor:pointer;
}

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

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

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

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

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/
.videolinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
	
}

.videolinks_small{
color: #666666;
	font-size: 1em;
	padding-left: 0px;
	position: relative;
	left: 55px;
	top: 5px;
	
}

.videolinks_single{
	color:#666666;
	font-size: 1em;
	padding-left: 0px;
	position: relative;
	left: 55px;
	top: 14px;
}

.videolinks_large{
font-size: 1.25em;
padding-left:0px;
position: relative;
	left: 40px;
	top: 2px;

}


