.fisheye {
position: relative;
height: 50px;
text-align: center;
}
a.fisheyeItem {
display: block;
font-weight: bold;
width: 40px;
color: #000000;
position: absolute;
top: 0px;
text-align: center;
text-decoration: none;
}
a.fisheyeItem2 {
display: block;
font-weight: bold;
width: 40px;
color: #000000;
bottom: 0px;
position: absolute;
text-align: center;
text-decoration: none;
}
.fisheyeItem img {
border: none;
margin: 0px auto 5px;
width: 100%;
}
.fisheyeItem2 img {
border: none;
margin: 5px auto 0px;
width: 100%;
}
.fisheyeItem span {
display: none;
}
.fisheyeItem2 span {
display: none;
}
.fisheyeContainter {
left: 500px;
width: 200px;
position: absolute;
height: 50px;
background-color: white;
}
#fisheye2 {
width: 100%;
bottom: 0px;
position: absolute;
}
