/*{{{ Player settings */
/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }

	/* container has a background image */
 
a.player {	
	display:block;
	float:left;
	width:332px;
	height:235px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#ccc url(/A_Day_at_CYM_playlist/splash.png) no-repeat 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}
 
a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}
 
/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}
 
	a.player {
		margin-top:0px;		
	}

/*}}}*/
/*{{{ general playlist settings, light gray */
.playlist {

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

.playlist .clips {	
	position:absolute;
	background-color:#999;
	height:20000em;
}

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

.clips a {
	background:url(http://flowplayer.org/img/global/gradient/h500.png);
	display:block;
	background-color:#fefeff;
	padding:12px 13px;
	height:33px;
	width:122px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
}

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

.clips a.playing, .clips a.paused, .clips a.progress {
	background:url(http://flowplayer.org/img/playlist/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
.clips a.progress {
	opacity:0.6;		
}

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

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

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

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

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


/*{{{ petrol colored */

.clips.petrol a {
	background-color:#7a6b34;
	color:#fff;
	border:1px outset #193947;
}	

.clips.petrol a:hover {
	color:#fff;
	background-color:#66572c;
	/*background-color:#274D58;*/		
} 

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

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

.clips.petrol a span {
	color:#aaa;
}

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

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

