ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
}
.caption {
	clear: both;
	padding: 1em 0;
}
#boxpubb {
	position: relative;
	width: 250px;
	margin-left: 200px;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-next {
    right: -40px;
	top: 80%;
	color: #000000;
	background-image: url(../images/dx-grigia-doppia.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 22px;
}
#fade-previous {
	left: -40px;
	top: 80%;
    color: #000000;
    background-image: url(../images/sx-grigia-doppia.png);
    background-repeat: no-repeat;
    width: 34px;
	height: 22px;
}
#fade-next:hover {
	background-image: url(../images/dx-rossa-doppia.png);
}
#fade-previous:hover {
    background-image: url(../images/sx-rossa-doppia.png);
}
.zoom {
    z-index: 10;
    position: absolute;
    top: 0;
    right: -150px;
    text-align: left;
    font-style: italic;
    line-height: 15px;
}

h1 {
    margin-left: 200px;
}
