/*{{{ general playlist settings, light gray */

div.playlist {
	width:1106px;
	height:131px;
}

div.clips {
	height:131px;
	width:830px;
	float:left;
	margin-left:6px;
	margin-top:15px;
}

/* RIGHT AND LEFT SCROLL BUTTONS >>>>>>>>>>>>>>>>>>>>>>>> */
a.goleft {
	background:url(../images/leftbutton.png) no-repeat 0px 0px;
	width:57px; 
	height:56px; 
	float:left;
	margin-left:55px;
	margin-top:40px;
	display:block;
	cursor:pointer;
}

a.goleft:hover {
	background:url(../images/leftbutton.png) no-repeat 0px -52px;
}

a.goright {
	background:url(../images/rightbutton.png) no-repeat 0px 0px;
	width:57px; 
	height:56px; 
	float:left;
	margin-top:40px;
	display:block;
	cursor:pointer;
	margin-left:15px;
}
a.goright:hover {
	background:url(../images/rightbutton.png) no-repeat 0px -52px;
}

	

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

div.clips a {
	height:131px;
	width:166px;	
	float:left;
	margin-left:7px;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(/img/playlist/light.png) no-repeat 0px -69px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

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/block_nonactive.png) no-repeat;
	float:left;
	text-align:center;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(../images/block_active.png) no-repeat;
	border:0;
}

div.clips.petrol a.paused {
	background:url(../images/block_active.png) no-repeat 0px -128px;
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background:url(../images/block_nonactive.png) no-repeat 0px -142px;	
} 

div.clips.petrol a.playing:hover {
	background:url(../images/block_active.png) no-repeat;
	border:0;
}
div.clips.petrol a.paused:hover {
	background:url(../images/block_active.png) no-repeat 0px -128px;
}

/*}}}*/
/*{{{ go buttons */




/*
a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/playlist/arrow/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/img/playlist/arrow/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);		
}
*/

/*}}}*/

