body {
}

.dock-item{}
/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin:0;	
	height:150px;
	min-height:150px !important;	
}

#fisheye_menu a {	
	border:0; 	
}

#fisheye_menu img {
	border: 0;	
	position:relative;
	vertical-align:top;    
	top:25%;
	margin-top:-25px;	
	
}

#fisheye_menu a:hover
{
   position:relative;
   vertical-align:middle;    
   bottom:25%;
  
}



