DIV.photo_container
{ 
	top: 25px;
	width: 110px;
	height: 338px;
	position: absolute;
	z-index: 1;
	clip: rect(0, 110, 338, 0);
	overflow-x: hidden;
	overflow-y: hidden;
}

DIV.photo_frame
{ 
	position: relative;
	width: 110px;
	height: 395px;
}

DIV.pulsante_up
{ 
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

DIV.pulsante_down
{ 
	position: absolute;
	left: 0;
	bottom: 8px;
	cursor: pointer;
	z-index: 2;
}

#immagini
{ 
	position: absolute; 
	display: block;
}

BODY
{
	overflow-x: hidden;
}