/* position and dimensions of the navigator */
div#navi_image_show{
/*	margin-left:328px;
	width:200px;*/
	height:20px;
	margin-top:7px;
}


/* items inside navigator */
div#navi_image_show a {
	width:7px;
	height:7px;
	line-height:9px;
	float:left;
	margin:0 10px;
	background-color:#867F6D;
	border:2px solid #EDECDB;    
	cursor:pointer;	
}

/* mouseover state */
div#navi_image_show a:hover {
	/*background-position:0 -8px;    */
	background-color:#57534B;
	border:2px solid #CECBBA;  
}

/* active state (current page state) */
div#navi_image_show a.active {
	/*background-position:0 -16px;*/
	background-color:#57534B;
	border:2px solid #CECBBA;     
} 	

