﻿/*{{{ vertical_playlist playlist settings, light gray */
div.playlist {
    margin-top:5px;
    position:relative;
	overflow:hidden;	 	
	height:216px;
	width:620px;
	background-color:#fefeff;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist div.clips a {
    position: relative;
	display:block;
	background-color:#fefeff;
	padding: 3px 0 3px 5px;
	margin-bottom: 2px;
	height:62px;
	width:613px;
	font-family:Verdana;
	font-size:12px;
	border:1px solid #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

/*}}}*/


/*{{{ general settings */

div.clips div.header {
    padding-bottom:5px;
	font-weight:bold;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background-color: #eeeeff;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips img.thumb {
    width: 80px;
	height: 60px;
	border: solid 1px black;
	float:left;
	margin-right: 5px;
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
	margin-bottom:4px;
}

div.clips a em {
    position: absolute;
    bottom: 3px;
    font-style:normal;
	color:#f00;
	
}	

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;		 
}
/*}}}*/


/*{{{ go buttons */

a.go {
    position: absolute;
    display:block;
	width:18px;
	height:18px;
	cursor:pointer;
}

a.go.up:hover, a.go.down:hover {
	background-position:0px -18px;		
}
a.go.up {
    background:url(/resources/flow/player/images/up.png) no-repeat;
    left: 627px;
    top: 390px;
}
a.go.down {
    background:url(/resources/flow/player/images/down.png) no-repeat;
    left: 627px;
    top: 586px;
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/



