/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
	margin-top: 20px;
	height: 279px;
	width: 950px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../gfx/button-right1.png) no-repeat;
	display:block;
	width:39px;
	height:39px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top: 125px;
	margin-right: 10px;
	margin-bottom: 125px;
}

/* right */
a.right { background-position: 0 0; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-39px 0; }
a.right:active 	{ background-position:-39px 0; } 


/* left */
a.left 				{ background-position: -39px -39px; clear:right; margin-right: 0px;}
a.left:hover 		{ background-position:0px -39px; }
a.left:active 	{ background-position:0px -39px; } 


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


#Button1{
	width: 39px;
	float: left;
	margin-left: -20px;
	z-index: 1;
	position: relative;
	}

#Button2{
	width: 39px;
	float: left;
	z-index: 1;
	position: relative;
	margin-right: -20px;
	}
