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

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

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



/* left */
a.left				{ margin-left: 0px; 	background:url(../images/gal_btn_l.png) no-repeat; } 


/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 0px 50px;
}

