

#lettore {
	width:600px;
	height:400px;
	background: url(../img/sfondo-player-vuoto.jpg) top no-repeat;
	padding:0;
	margin:-10px;
}



#infoCanzone {
	position:relative;
	top:90px;
	left:100px;
	background-color:none;
	float:left;
	width:150px;
	height:70px;
	padding:0px;

}

#player {
	position:absolute;
	width:350px;
	top: 190px;
	left:280px;
	height:100px;
	background-color:none;
}


#equalizzatore {
	position:absolute;
	width: 350px;
	top: 130px;
	left: 280px;
	height: 100px;
	background-color:none;
}



/* Banner sponsor 1 */
#bannerPlayer1 {
	position:absolute;
	margin-top:285px;
	left:280px;	


}

/* Banner sponsor 2 */
#bannerPlayer2 {
	position:absolute;
	margin-top:177px;
	left:280px;	


}



