﻿div.clips a {
	background:url('../images/playlist/h80.png');
	display:block;
	padding:12px 15px;
	height:46px;
	width:155px;/* Playlistin genişliği */
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	


div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background: url('img/light.png') no-repeat 0px -69px;
	padding-right:60px;
	}
a.player {	
	margin-top:-287px !important;
	margin-left:230px !important; /* Playlist video arası mesafe */
	background:url('../images/playlist/splash.jpg') no-repeat !important;
	width:425px !important; 
	height:288px !important;
	padding:0 126px 0px 0px !important;
	cursor:pointer;
	border:0px !important;	
}
a.player img {	margin-top:135px; margin-left:160px; border:0;}  /* Play yazısı*/

div.clips.petrol a {
	background-color:#fff; /* normal renk */
	color:#000;  /* yazı genel rengi */
	border:1px outset #DDD;  /* Kenarlık rengi*/
}
div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('../images/playlist/light.png') no-repeat 0px -69px;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}

div.clips a:hover {
	background-color:#f9f9fa;		
}