.fisheye_menu {
list-style: none;
padding: 0;
margin: 10px;
width:50px;
}
.fisheye_menu li {
position: relative;
display: block;
float: left;
}
.fisheye_menu span {
position: relative;
top: -50px;
left: 70px;
text-align: center;
width: 83px;
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;
}