#listaCampagneAdv {
	margin-top: 25px;
	height: 322px;
	overflow:hidden;
	width: 660px;
}
div.campagna {
	width: 150px;
	float:left;
	margin-right: 15px !important; 
	margin-right: 5px;
}
div.riga {
	float:left;
	margin-bottom: 10px;
}
div.campagna img {
	padding: 2px;
	border: solid 1px #cccccc
}
#scrollerCampagneAdv
{
	margin-top: 10px;
	width: 35px;
	float:right;
	height: 322px;
	position:relative;
}

#scrollDown {
	position:absolute;
	bottom: 0;
	width: 32px;
	height: 25px;
	background-image: url(images/frecce/down4.jpg);
}
#scrollDown:hover {
	background-image: url(images/frecce/up2.jpg);
}

#scrollUp {
	position:absolute;
	top: 0;
	width: 32px;
	height: 25px;
	background-image: url(images/frecce/down3.jpg);
}
#scrollUp:hover {
	background-image: url(images/frecce/up1.jpg);
}

