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

div.playlist {
	width:300px;		
}

em {
	font-size: 10px;
	color: #F00;
	}
.Banner{
	float: left;
}

/* player dimensions */
#player, #player img {
	padding-left: 15px;
	text-align:center;
	margin-top:5px;		
	width:500px;
	height:400px;
	border:0px;
	float: left;
	background:url(../img/fondo.jpg) no-repeat 15px;
			
}

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

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(../img/light2.png) no-repeat;
	width:300px;
	height:125px;
	display:block;
	text-decoration:none;
	color:#444;		
}
.items img {
	width: 90px;
	height: 70px;
	margin-left: 10px;
	margin-top: 15px;       
}

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

.logoyoutube {
	text-align: right;
	padding: 5px;
	padding-top: 45px;
	font-size: 10px; 
	}

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

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

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

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

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


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

div.navi span {
	width:8px;
	height:8px;
	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;
}

