/* this makes it possible to add next button beside scrollable 
 prev, next, prevPage and nextPage buttons */
a.browse {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1px;
	height: 60px;
	margin: 28px 0;
	width: 24px;
	
}

a.left{
	background: url(../../pagine/sfondi2010/ButtonSx_On.png);
	background-position: center;
	background-repeat: no-repeat;
	clear: right;
	margin-left: 0px;
	margin-right: 0px;
}

a.leftoff{
	background: url(../../pagine/sfondi2010/ButtonSx_Off.png);
	background-position: center;
	background-repeat: no-repeat;
	clear: right;
	margin-left: 0px;
	margin-right: 0px;
}


a.right {
	background-image: url(../../pagine/sfondi2010/ButtonDx_On.png);
	background-position: center;
	background-repeat: no-repeat;
	clear: right;
	margin-right: 0px;
}

a.rightoff{
	background: url(../../pagine/sfondi2010/ButtonDx_Off.png);
	background-position: center;
	background-repeat: no-repeat;
	clear: right;
	margin-left: 0px;
	margin-right: 0px;
}


/* disabled navigational button */
a.disabled {
	visibility: hidden !important; 
}

.scrollable{
	float: left;
}

/*

a.up, a.down		{
	background: url(../ima/vert_large.png) no-repeat;
	border: 1px solid #FF00FF;
	float: none;
	margin: 10px 50px;
}

a.up:hover  		{
	background-position: -30px 0;
}

a.down 				{
	background-position: 0 -30px;
}
a.down:hover  		{
	background-position: -30px -30px;
}

a.down:active  	{
	background-position: -60px -30px;
}

a.up:active  		{
	background-position: -60px 0;
}
*/


