
/* this makes it possible to add next button beside scrollable */
#back_all{
background-image:url(../images/bg_full.jpg);
background-repeat:no-repeat;
width:953px;
height:139px;

}
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:80px 30px;
	cursor:pointer;
	font-size:1px;
}



/* right */
a.right { background-position: 30 -30px; clear:right; margin-right: 0px;}
/* left */
a.left				{ margin-left: 10px; background-image:url(../images/scroll-left.gif);background-position: -30px 0; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 

	float: none;
	margin: 10px 50px;
}

/* up *

/* down */
a.down 				{ background-position: 0 -30px; }



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

