#bg { 	position:relative;
	left: 0; 	z-index: 1000;
	width: 298px;
	margin: 10px auto 0 auto;
	height: 180px;	border: 1px solid #bf0000;
	background: no-repeat url(../images-spot/spot-0-header.jpg);
}
/* posizionamento del div scorrevole */div#wn {	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 70px;	width: 298px;
	height: 110px;
	z-index: 1;	clip: rect(0, 300px, 110px, 0);
	overflow: hidden;  }div#cnt {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}/* formattazione del testo che faremo scorrere */div#cnt div.item {
	margin: 0;
	padding: 0;
	width: 298px;
	height: 110px;
	color: #000;
}div#cnt h3 {
	font-size: 1.5em;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}  
div#cnt p {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
}
div#cnt ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 11px;
}

div#cnt ul li {
	margin: 0.5em 0 0 1em;
	list-style-type: none;
}

/*	Classi per il caricamento delle immagini Spot */

.spot1 {
	background: no-repeat url(../images-spot/spot-1.jpg);
}

.spot2 {
	background: no-repeat url(../images-spot/spot-2.jpg);
}

.spot3 {
	background: no-repeat url(../images-spot/spot-3.jpg);
}

.spot4 {
	background: no-repeat url(../images-spot/spot-4.jpg);
}

.spot5 {
	background: no-repeat url(../images-spot/spot-5.jpg);
}

/*	Classe per la gestione di pixel.gif e la resa dei testi */

.pixel-spot {
	width: 298px;
	height: 110px;
}