#album{}
#album h2{
	margin: 0; padding: 0;
	text-align: center;
	font-size: 22px;
}
#copertina p{
	margin: 3px; 
}
#copertina{
	position: absolute;
	left: 0px;	top: 0px;
	margin-left: 5px;
	width: 300px;
	height: 185px;
	overflow: auto;
}
#copertina img{
	width: 80px;
	height: 80px;
	margin: 0px; padding: 0; 
	float: left;
}

#tracklist{
	position: absolute;
	top: 0px; left: 300px;
	margin-left: 5px;
	width: 240px; height: 185px;
	overflow: auto;
	font-size: 12px;
}
#tracklistCaption{
	margin-left: 5px;
	margin-bottom: 5px;
}
#tracklist div{
	display: inline;
	float: left;
	margin: 1px;
	overflow: hidden;
}
#tracklist ol{
	margin: 0px 0px; padding: 0; 
	list-style: none;
	width: 220px;
	overflow: hidden;
}
#tracklist li{clear: both;}
#tracklist .nomeTraccia{
	width: 160px;
	margin-left: 5px;
	text-align: center;
	overflow: hidden;
}
#tracklist .downloadTraccia{
	border: 1px solid #000;
	text-align: center;
	width: 20px; height: 20px;
}
#tracklist .testoTraccia{
	border: 1px solid #000;
	text-align: center;
	width: 20px; height: 20px;
}
#tracklist a{display: block; width: 100%; height: 100%;}
#contenuti{	
	overflow: hidden;
}

