@charset "UTF-8";

/* splash image */
a.player img {
	border:0;
	margin-top: 2px;
}

/* playlist style */
div.playlist {
	position:relative;
	/*width: 333px;*/
	overflow:hidden;
	margin-bottom:50px;
	height: 330px;
}
div.clips {
	margin-bottom: 10px;
	
}

div.playlist div.clips {
	position:absolute;
	height:3000em;
}

/* playlist entry */
div.clips a {
	display:block;
	width:235px;
	height:80px;
	font:lighter 12px Helvetica, Arial, sans-serif;
	text-decoration:none;
	margin-top:0px;
	color:#FFF;
	margin-left: 0px;
	padding: 5px;
	margin-bottom: 20px;
}

/* different states of a playlist entry */
div.clips a:hover {
	background: url(../imgs/trans.png) repeat left top;
	color: #CFCFCF;
}

div.clips a.progress {
	color: #BF605F;
}

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;		
}*/


.nextPage, .prevPage {
	display:block;
	width:99px;
	height:25px;
	margin:0px;
	cursor:pointer;
	background-image: url(../imgs/button_down.png);
	background-repeat: no-repeat;
}
.nextPage {
	float: right;
	margin-right: 27px;
}
.nextPage:hover, .prevPage:hover {
	background-position:0px -25px;
}

.prevPage {
	background-image:url(../imgs/button_up.png);
	height: 25px;
	width: 101px;
	float: left;
	margin-left: 28px;
}

.prevPage .disabled {
	visibility:visible;
}

.next, .prev {
	display:block;
	width:99px;
	height:25px;
	margin:0px;
	cursor:pointer;
	background-image: url(../imgs/button_down.png);
	background-repeat: no-repeat;
}
.next {
	float: right;
	margin-right: 27px;
}
.next:hover, .prev:hover {
	background-position:0px -25px;
}

.prev {
	background-image:url(../imgs/button_up.png);
	height: 25px;
	width: 101px;
	float: left;
	margin-left: 28px;
}

.prev .disabled {
	visibility:visible;
}

/*}}}*/
#shadow {
	background-image: url(../imgs/shadow.png);
	height: 30px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

