@charset "UTF-8";
/* CSS Document */

a.player {
	display:block;
	width:475px;
	height:280px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	border:0;
}


#player {
	float:left;
}	

/* playlist style */
div.playlist {
	position:relative;
	height: 235px !important;
	/*width: 333px;*/
	overflow:hidden;
	margin-bottom:5px;
}

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

/* playlist entry */
div.clips a {
	display:block;
	width:230px;
	height:60px;
	padding:5px;
	font:12px "bitstream vera sans", "lucida grande",verdana;
	font-weight:bold;
	text-decoration:none;
	margin-top:7px;
	color:#000;
}

/* different states of a playlist entry */
div.clips a:hover {
	background: url(../imgs/trans.png) repeat left top;
	color: #CFCFCF;
}

div.clips a.progress {
	background: url(../imgs/trans.png) repeat left top;
	color: #CFCFCF;
}

div.clips a.playing {
	background: url(../imgs/trans.png) repeat left top;
	color: #CFCFCF;
}

div.clips a.paused {
	background: url(../imgs/trans.png) repeat left top;
	color: #CFCFCF;	
}

/* elements inside playlist entry */
div.clips a img {
	border:0;	
	float:left;
	margin-right:5px;
}


/*{{{ go buttons */

/*a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(../imgs/playlist/buttons/button_up.png) no-repeat;
	margin:5px 0 5px 140px;
	cursor:pointer;
}

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

a.go.down {
	background:url(../imgs/playlist/buttons/button_down.png) no-repeat;
}

a.go.disabled {
	visibility:hidden;		
}*/


a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../imgs/playlist/buttons/button_down.png) no-repeat;
	margin:5px 0 5px 110px;
	cursor:pointer;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.prevPage {
	background-image:url(../imgs/playlist/buttons/button_up.png);
}

a.prevPage.disabled {
	visibility:hidden;		
}

#flwpr {
	float: left;
	width: 475px;
}

#dsc {
	height: 310px;
	width: 240px;
	float: right;
	margin-top: -5px;
}

/*}}}*/
