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

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

/* right */
a.right {
	background:url(../pics/slider_right.jpg) no-repeat; 
	clear:right; 
	margin-right: 0px;
}
/* left */
a.left { 
	margin-left: 0px;
	background:url(../pics/slider_left.jpg) no-repeat; 
}

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