/* player and playlist go side by side */
#player, div.playlist{
	float:left;}

div.playlist{
	width:200px;
	float:right;}
	
/* loader */
#contentLoading{
	width:200px;
	border:0;}

/* player dimensions */
#player, #player img, #contentArea{
	display:block;				
	width:720px;
	height:576px;
	border:0;
	margin:0 0 10px 0;
	float:left;
	text-align:center;}

/* play button on top of splash image */
div.play{
	background:url(../splash_library/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-300px;
	left:340px;	
	opacity:0.9;
	margin-bottom:-50px;}

div.play:hover{
	opacity:1.0;}

/* single playlist item */
div.items a{
	background:url(../splash_library/block.jpg) no-repeat;
	width:200px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#A61741;}

div.items p{
	font-size:11px;
	width:180px;
	padding:8px 0 0 12px;
	margin:0;}

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

/* item stages: normal, hover, playing, paused */
div.items a:hover{
	background-color:#F0F6FB;}

div.items a.playing, div.items a.paused{
	background-color:#fff;
	color:#0099cc;}

div.items a.playing{
	background-position:0 -136px;}

div.items a.paused {
	background-position:0 -68px;}

/* small navigational dots */
div.navi{
	width:80px;	
	/*float:left;*/
	margin:10px 0 0 12px;
	height:11px;
	overflow:hidden;}

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

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

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