
/* 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:42px;
	height:57px;
	background:url(../images/left_arrow_2.png) no-repeat;
	float:left;
	cursor:pointer;
	
}

/* mouseover state */
a.prev:hover,  a.prevPage:hover {
    background:url(../images/left_arrow-r_2.png) no-repeat;
	display:block;
	width:42px;
	height:57px;
	float:left;
	cursor:pointer;
		
}
a.next:hover, a.nextPage:hover { 
    display:block;
    background:url(../images/right_arrow-r_2.png) no-repeat;
	width:42px;
	height:57px;
	float:left;
	cursor:pointer;
	
}

/* disabled navigational button */
a.disabled {
		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right_arrow_2.png);
	clear:right;
		
}



/*********** navigator ***********/
.gallery_tab{width:350px; height:229px; float:left; margin-right:9px;}


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px ;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	




































a.prev1, a.next1, a.prevPage, a.nextPage {
	display:block;
	width:42px;
	height:57px;
	background:url(../images/left_arrow.png) no-repeat;
	float:left;
	cursor:pointer;
	
}

/* mouseover state */
a.prev1:hover,  a.prevPage:hover, a.next1:hover, a.nextPage:hover {
    background:url(../images/left_arrow-r.png) no-repeat;
	display:block;
	width:42px;
	height:57px;
	float:left;
	cursor:pointer;
		
}


/* disabled navigational button */
a.disabled {
		
}

/* next button uses another background image */
a.next1, a.nextPage {
	background-image:url(../images/right_arrow.png);
	clear:right;
		
}






