#bg { 
	position:relative;
	left: 0; 
	z-index: 1000;
	width: 300px;
	margin: 10px auto 0 auto;
	height: 180px;
	border: 1px solid #0000bf;
	background: no-repeat url(../images/ddoc-scroll-div-home.jpg);
}

/* posizionamento del div scorrevole */
div#wn {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 70px;
	width: 300px;
	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: 300px;
	height: 110px;
	color: #000;
	background-color: #fcf2f2;
}

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;
}
