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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:24px;
	height:24px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { background:url(../images/home-right-arrow.png) right no-repeat; position:absolute; right:0px; top:490px;}
a.left { background:url(../images/home-left-arrow.png) left no-repeat; position:absolute; left:0px;  top:490px;}


a.guide_right { background:url(../images/home-right-arrow.png) right no-repeat; position:absolute; right:25px; top:500px;}
a.guide_left { background:url(../images/home-left-arrow.png) left no-repeat; position:absolute; left:25px;  top:500px;}



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