#right {
	height: 60px;
	width: 800px;
	overflow: hidden;
	padding: 0px;
	clear:both;
}
#right div{
	/*height:60px !important;*/
}

/* Immagini */
#right a {
	cursor: pointer;
}
#right img {
	/*height: 50px;*/
	margin: 0px;
	border: 0px;
	clear:both;
	padding: 0px 24px;
}

.white-fade {
	height: 60px;
	width: 60px;
	background: url(images/white-fade.png) repeat-y 0px 0px;
	position: absolute;
	z-index: 9;
}
.white-fade.left-fade { left: 0; background-position: -50px 0; }
.white-fade.right-fade { right: 0; width:50px;}