#bg {
	position:relative;
	z-index:1000; width:145px; height:180px;
} 

/* posizionamento del div scorrevole */
div#wn { 
	position:absolute; left:0px; top:0px;
	width:140px; height:180px; z-index:1;
	overflow:hidden;
}

div#cnt { position:absolute; z-index:1; margin-top:4px;}

/* formattazione del testo che faremo scorrere */
div#cnt div.item { width:140px; height:180px; }

div#cnt h3 { font-size:12px; margin:0 0 .5em 0 }  

div#cnt p { font-size:11px; margin:.5em 0 0 0 }

div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }

div#cnt ul li { margin: .5em 0 0 1em; list-style-type:none }
