/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:35px;
	height:36px;
	background:url(../images/arrow/arrow-left.jpg) no-repeat;
  position: relative;
  top: 182px;
  left: -48px;
	margin:0px 10px;
	cursor:pointer;
	font-size:1px;
}

a.next {
  position: relative;
  left: 563px;
}
html>body a.next {
  position: relative;
  top: 145px;
  #top: -230px;
  left: 563px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/arrow/arrow-right.jpg);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
	position: ab;
	top: -20px;
	left: 0;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 552px;	 
	margin: 5px;
	margin-top: 0px;
	height:374px;	
	top: -20px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* single item */
#thumbs div {
	float:left;
	width:260px;
	height:390px;
	cursor:pointer;
	margin-right: 18px;
}
