
.scrollable{
	position:relative;
	overflow:hidden;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	left:0px;

}

.items .item {
	float:left;
}



/* button  */

/* prev, next, prevPage and nextPage buttons */
a.browse {
	cursor:pointer;
	/*display:block;
	width:122px;
	height:34px;*/
}

a.nextStep{
	background-image:url(../images/bt_avanti.png);
	background-repeat:no-repeat;
}

a.prevStep{
	background-image:url(../images/bt_indietro.png);
	background-repeat:no-repeat;
}


/*disabled navigational button */
a.disabled {
	/*visibility:hidden !important;*/
	cursor:auto		
}






