/* this makes it possible to add next button beside scrollable */
.productScroller {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/arrow_left.png) no-repeat;
	display:block;
	width:24px;
	height:44px;
	float:left;
	margin:80px 5px;
	cursor:pointer;
	font-size:1px;
}

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

/* left */
a.left { 
	margin-left: 0px; 
} 
a.left:hover {}
a.left:active {}

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


