

/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:297px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

/*}}}*/


/*{{{ go buttons */

a.go, a.prev {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/video/up.png) no-repeat;
	margin:5px auto;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down, a.next {
	background-image:url(/images/video/down.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


/* make elements a little more centered */
/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {	
	display:block;
	width:514px;
	height:386px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin-left: 10px;
	background: url(/video/splash.jpg) no-repeat top left;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

/* single playlist item */
div.clips a {
	background:url(/images/video/buttons.jpg) no-repeat;
	background-position: 0 0;
	width:166px;
	height:30px;
	display:block;
	text-decoration:none;
	color:#333;	
	padding: 19px 10px;	
	font: normal 12px Arial, Helvetica, sans-serif;
}
div.clips a em {
	color: #7e2b97;
}

div.clips p {
	font-size:11px;
	width:130px;
	padding: 0 0 0 12px;
	margin:0px;		
}

div.clips p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

/* item stages: normal, hover, playing, paused */
div.clips a:hover {
}

div.clips a.playing {
}

div.clips a.paused {
}

/* small navigational dots */
div.navi {
	width:60px;	
	float:left;
	margin: 305px 0 0 -110px;
	height:11px;
	overflow:hidden;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0px 0px no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;
	cursor:default;
}
