/* root element for scrollable */
.vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;
	margin-top:29px;
	height:190px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	top:0;
	left:69px;
	/* this time we have very large space for height */	
	height:20000em;	
}

/* the action buttons above the scrollable */
#actions {
	position:absolute;
	width:18px;
	height:243px;
	left:188px;
	z-index:550;
}

#actions a {
	cursor:pointer;
	display:block;
}

#actions a.next {margin-top:210px;}

.disabled {
	visibility:visible;	/* hidden x avere i controller inattivi */
}