
/* player and playlist go side by side */
#player, div.playlist {
	/*float:left;		
	margin-right:10px; */
}

div.playlist {

	width:180px;		
/*	background-color:#CC0000;*/
	/*position:relative;*/
	/*top:-450px !important; 
	*top:-250px !important;*/
	/*top:0px;
	right:-550px!important; 
	right:-45px;
    /**left:-150px!important;*/
	
	/*background-color: #00FF00;
	*width:200px!important;
	position:relative;
	*left:250px!important;
	*top:-450px!important;
	*height:450px!important;*/
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:500px;
	height:450px;
	border:0px;		
}

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

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(../img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#444;		
	/*background-color:#CC0000;*/
	position:relative;
	left:0px!important;
	left:-70px;
}

div.items p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 15px!important;
	padding:8px 0 0 0px;
	margin:0px;		
}

div.items p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
	padding-left:1px;
	padding-right:1px;
} 


.time2 {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

.titulopl2 {
	padding-top:0px;
	color:#d77600;
	margin-top:5px;
}



div.items p.titulopl {
	padding-top:0px;
	/*color:#d77600;*/
	margin-top:5px;
}

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;	
	/*background-color:#CC0000;*/
	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

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

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


/* small navigational dots */
div.navi {
	width:110px;	
	float: right;
	margin:-50px 60px 0 50px!important;
	*margin:10px 80px 40px 50px!important;
	height:31px;
	overflow:hidden;
	/*background-color:#CC0000;*/
}

div.navi span {
	width:80px;
	height:80px;
	float:left;
	margin:3px;
	/*background:url(../img/dots.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;
}

