#slideshow {
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	width: 410px;
	height: 478px;
	background-image:url(../immagini/sfondo-img.jpg);
	background-repeat:no-repeat;
	clip: rect(auto,auto,auto,10);
}

#slideshow img {
	width: 385px;
	height: 448px;
}
