
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
	}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin:5px 4px;
	height:14px;
	width:8px;
	}

/* right */
a.right	{
	background:	url(../App_Themes/JuicyStakes/images/paymentOptionsRight.png) 0px center no-repeat;
	clear:right;
	margin-right: 0px;
	}

/* left */
a.left	{
	background:	url(../App_Themes/JuicyStakes/images/paymentOptionsLeft.png) 0px center no-repeat;
	margin-left: 0px;
	}
