/*{{{ general playlist settings, light gray */
div.playlist, div.video_background {
	float:right;
	background: url(../../library/pagination/background/playlist_background.png) no-repeat top !important;
	background: url(../../library/pagination/background/ie6/playlist_background.png) no-repeat top;
	height: 360px;
	width:480px;
}
div.playlist, div.clips {
	width:460px;
	width:480px;	
}
div.clips a {
	display: block;
	background-color: #000;
	height: 100px;
	width:460px;
	font-size: 10px;	
	text-decoration: none;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../../library/pagination/button/video.png) no-repeat left !important;
	background: url(../../library/pagination/button/ie6/video.png) no-repeat left;
}
.img_ {
	width: 86px;
	height: 72px;
	margin: 11px;
	border: 2px solid white;
	float: left;
	display: block;
}
.txt_ {
	float: left;
}
.name {
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
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;
	padding-right:60px;
	border:0;
}
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:#fff;
}
div.clips a em {
	font-style:normal;
	color:#f00;
}	
div.clips a:hover {
	background-color:#f9f9fa;		
	color: #fff;
	text-decoration:underline;	 	 
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;	
	color: #fff;
	text-decoration:underline;	 	 
}

/*}}}*/
/*{{{ petrol colored */
div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}
div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(/img/dark.png) no-repeat 0px -69px;
	border:0;
}
div.clips.petrol a.paused {
	background-position:0 0;	
}
div.clips.petrol a span {
	color:#aaa;
}
div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	
div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;
	color: #fff;
	text-decoration:underline;	 
}

/*}}}*/
/*{{{ low version */
div.clips.low a {	
	height:100px;
}
div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background: url(../../library/pagination/button/video_play_pause.png) 0 -100px !important;
	background: url(../../library/pagination/button/video_play_pause.png) 0 -100px;
}

div.clips.low a.paused {
	background-position:0 0 !important;	
	background-position:0 0;
}
/*}}}*/
/*{{{ go buttons */
a.go {
	display:block;
	width:460px;
	height:30px;
	background: url(../../library/pagination/button/video_up.png) center bottom no-repeat !important;
	background: url(../../library/pagination/button/ie6/video_up.png) center bottom no-repeat;
	margin: 0px;
	cursor:pointer;
}
div a.go.down {
	display:block;
	width:460px;
	height:30px;
	margin: 0px;
	cursor:pointer;
	background: url(../../library/pagination/button/video_down.png) center top !important;	
	background: url(../../library/pagination/button/ie6/video_down.png) center top no-repeat;	
}
a.go:hover, a.go.down:hover {
	background-position:0px -30px;		
}

div.petrol a.go {
	background-image:url(img/up_dark.png);		
}
div.petrol a.go.down {
	background-image:url(img/down_dark.png);		
}
#video {
	float:right;
	display: block;
	background-color:#FFFFFF;
	width:460px;
	height: 340px;
	margin-bottom: 40px;
}
/*}}}*/