/* Fisheye Menu Styles */

#div_center {
	margin:auto;
	width:1100px;
	text-align:center;
}
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: auto;
	margin-left: 20px;
	height: 160px;
	text-align:center;
}
#fisheye_menu li {
	position: relative;
	display: inline;
	float: left;
	}
#fisheye_menu span {
	position: absolute;
	top: 2px;
	left: 1px;
	text-align: center;
	width: 100px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
