
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
	width:510px;
	height:245px;
	margin-right:10px;
}

/* 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;
	position:relative;
	top:50px;
}

/* 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;margin-right: 15px; } 

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


/* disabled navigational button */

a.prev.disabled, a.prev.browse.left.disabled  {
	background:transparent url(/Images/couponArrowLeftoff.png) no-repeat 0 0 !important;	
} 	
a.right.disabled, a.next.browse.right.disabled  {
	background:transparent url(/Images/couponArrowRightoff.png) no-repeat 0 0 !important;	
}

