#slideshow {
	
	overflow: hidden;
	/*margin: 50px auto 10px;*/
	position: relative;
	width: 549px;
	height: 235px;
}

#slideshow img {
	display: none;
	position: absolute;
	top: 0;

}

#slideshow_fisso {
	position: relative;
	width: 549px;
	height: 235px;
	overflow: hidden;
}


#page{
	float:left;
	background:url(/images/sfondo_img.gif) top right no-repeat;
	padding-right:32px;
}

#page ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}

#page li{
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:auto;
	text-align:left;
}
#page li a{
	padding:0px;
	text-align:left;
}

