
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
	width:438px;
	height:90px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:36px;
	height:36px;
	float:left;
	margin:15px 0 0 0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { background:transparent url(/Images/couponArrowRight.png) no-repeat 0 0 !important; clear:right; margin-right: 0px;}


/* left */
a.left { background:transparent url(/Images/couponArrowLeft.png) no-repeat 0 0 !important; } 

/* disabled navigational button */

a.prev.disabled {
	background:transparent url(/Images/couponArrowLeft.png) no-repeat 0 0;	
} 	
a.right.disabled {
	background:transparent url(/Images/couponArrowRight.png) no-repeat 0 0;	
}
