div.navi {
	width:300px;
	height:20px;
	overflow:hidden;
	position:relative;
	top:-15px;
	left:105px;		
	}
div.navi a {
	overflow:hidden;
	height:6px;
	width:6px;
	float:left;
	margin:0 15px 0 0;
	background:url(../../../images/gallery/bmc-navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
	}
	body.genome-bio div.navi a {
		background:url(../../../images/gallery/bio-navigator.png) 0 0 no-repeat;
		}
	body.physmath-central div.navi a {
		background:url(../../../images/gallery/phys-navigator.png) 0 0 no-repeat;
		}
div.navi a:hover {
	background-position:0 -6px !important;      
	}
div.navi a.active {
	background-position:0 -12px !important;     
	}