
/* player dimensions */
#bigplayer{
	display:block;				
	width:455px;
	height:341px;
	border:0px;
	margin: 0px 0px 10px 0px;
	border:4px solid #5C004E;
	font-size:0px;
}
#bigplayer img{
	width:455px;
	height:341px;
}
/* overlay play button */
#bigplayer div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-190px;
	left:207px;	
	opacity:0.9;
	margin-bottom:-50px;
}
/* playlist entry */
#scrolableplaylist{
	width:840px;
	background-color: #F1F1F1;
	margin: 10px 0px 10px 0px;
	padding:0px 30px 0px 30px;
}
#scrolableplaylist .items{
	margin-left:10px;
}
#scrolableplaylist .items a {
	width: 152px;
	height: 145px;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0px;
	border: none;
	outline-style: none;
}
#scrolableplaylist .items{
	height:150px;
}
#scrolableplaylist a:hover{
	border:none;
}
#scrolableplaylist p {
	font-size: 17px;
	text-align: center;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	color: #5C004E;
}

#scrolableplaylist img {
	width:130px;
	border: 1px solid #8e0078;
	margin-left: 10px;
} 


#scrolableplaylist a div {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-72px;
	left:57px;	
	opacity:0.9;
	margin-bottom:-50px;
}


/* entry stages: normal, hover, playing, paused */
#scrolableplaylist a:hover div{
	background-position:0 -51px;	
}

#scrolableplaylist a.playing div{
	background-position:0 -101px;		
}

#scrolableplaylist a.paused div{
	background-position:0 -151px;	
}

div.playButton:hover {
	opacity:1.0;		
}

/* next / prev buttons */
#scrolableplaylist a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	border:0px;	
	background-repeat:no-repeat;	
	cursor:pointer;
	margin-top:70px;
}
#scrolableplaylist a.prev {
	background: url(../img/button-left.gif);
	float:left;
	left:30px;

}

#scrolableplaylist a.prev:hover {
	background:url(../img/button-left-over.gif);	
	
}

#scrolableplaylist a.next {
	background:url(../img/button-right.gif);
	float:right;
}

#scrolableplaylist a.next:hover {
	background:url(../img/button-right-over.gif);
	border:0px;	
}
/* tabs */ 
#scrolableplaylist .navi{
	font-size:17px;
	color: #5C004E;
	text-align: center;
	padding-top:10px;
}

#scrolableplaylist .navi a{	
	border:none;
	padding:0px 10px 0px 10px;
}

#scrolableplaylist .navi a.active{
	font-weight:bold
}
#scrolableplaylist .navi a:hover {
	color: #B724C3;
}


