﻿/* close image */
div.close {
	background:url(http://flowplayer.org/img/overlay/close.png) no-repeat;
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:450px;
}

div.clips a {
	/*background:url(http://flowplayer.org/img/global/gradient/h80.png);*/
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:385px;
	font-size:12px;
	/*border:1px outset #ccc;*/
	border-bottom: #ddd 1px solid;	
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a:first-child {
	border-top: #ddd 1px solid;
	}

/*div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(http://flowplayer.org/img/playlist/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}*/
	
*/
	
div.clips a.progress {
	background-color:#E0E0E0;
}

div.clips a.paused, div.clips a.playing {
	background-color:#E0E0E0;
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#E0E0E0;
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:#E0E0E0;
		 
}
/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(http://flowplayer.org/img/playlist/arrow/up.png) no-repeat;
	margin:5px 0 5px 200px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover, a.go.downPage:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(http://flowplayer.org/img/playlist/arrow/down.png);	
}

a.go.downPage {
	background-image:url(http://flowplayer.org/img/playlist/arrow/down.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


/*{{{ player */

a.player {	
	margin-top:40px;
	display:block;
	background:url(http://flowplayer.org/img/player/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	/* 
		width:672px;
		height:367px; 
	*/
}

a.player.plain {
	background-position:-125px 0;
	padding:0px;
	margin-top:0px;
}

a.player.small {
	background:url(http://flowplayer.org/img/player/splash_small.png) no-repeat;
	height:186px;
	padding:0pt 24px 45px;
	width:251px;
	float:left;
	margin-right:30px;
	
	/* 
		width:375px;
		height:232px; 
	*/
}

a.player.small.plain {
	background-position:-24px 0;
	padding:0px;		
}

a.player.black {
	background-image:url(http://flowplayer.org/img/player/splash.png);
}

/* play button */
a.player img {
	margin-top:115px;	
}

a.player.plain img {
	margin-top:113px;	
}

a.player.small img {
	margin-top:60px;		
}

a.player p {
	margin-bottom:-15px;
	padding-top:0px;
}

/*}}}*/

