div.scrollable {  
	position:relative;
	overflow:hidden;	 	
	width:615px;	
	height:167px;			
}
div.scrollable2 {  
	position:relative;
	overflow:hidden;	 	
	width:620px;	
	height:167px;			
}
div#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}
div#thumbs div {
	float:left;
	cursor:pointer;
}




/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width:11px;
	height:12px;
	background:url(../images/left.gif) no-repeat;
	float:left;
	margin:10px;
	cursor:pointer;
}
a.next, a.next {
	display:block;
	width:11px;
	height:12px;
	background:url(../images/right.gif) no-repeat;
	float:right;
	margin:10px;
	cursor:pointer;
	clear:right;
}
/* mouseover state
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
} */

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:0px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	overflow:hidden;
	float:left;
	margin:3px;
	background:url(../images/navigator.gif) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

