
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float: left;
}
.scrollable3 {
	float: left;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	
	display:block;
	width:18px;
	height:18px;
	position: absolute;
	margin:40px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{background:url(images/right.png) no-repeat; left: 270px; background-position: 0px 0px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:0px -18px; }
a.right:active 	{ background-position:0px 0px; } 

#instyle_cucine_inner a.browse{
	margin: 70px 0 0 0;
}
#instyle_cucine_inner a.right{
	left: 660px;
}

/* left */
a.left				{background:url(images/left.png) no-repeat; left: -14px; } 
a.left:hover  		{ background-position:0px -18px; }
a.left:active  	{ background-position:0px -18px; }



/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;		*/
} 	


