/* scroller */

#textcontainer {
  position: relative;
  width: 400px;
  height: 280px;
  overflow: hidden;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 11;
}

#text {
    position:relative;
	top: 0px;
	left: 5px;
	width: 380px;
	margin-top: -30px;
	z-index:6;
}


#text p {
	margin: 0px;
	padding:15px;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
}

#buttons {
	position: absolute;
	top: 20px;
	left: 375px;
	width: 25px;
	height: 380px;
	overflow: hidden;
	z-index: 14;

}

#up {
  width: 25px;
  height: 11px;
  background-image: url(../img/freccia_su.gif);
  vertical-align: bottom;
  margin: 10px auto 0 auto;

}

#down {
  width: 25px;
  height: 11px;
  background-image: url(../img/freccia_giu.gif);
  margin: 250px auto 0 auto;
}

div.button {
  font-size: 0;
  background-color: trasparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  cursor: pointer;
}
