.fisheye {
   text-align: center;
   height: 75px;
   position: relative;
   margin-bottom: 35px;
}

a.fisheyeItem {
   text-align: center;
   color: #000;
   font-weight: bold;
   text-decoration: none;
   width: 50px;
   position: absolute;
   display: block;
   top: 0px;
}

.fisheyeItem img {
   border: none;
   margin: 0 5px 5px auto;
   width: 100%;
   -ms-interpolation-mode: bicubic;
}

.fisheyeItem span {
   display: none;
   positon: absolute;
   color: #da251c;
   font-weight: normal;
   font-size: 10pt;
   font-variant: small-caps;
}

.fisheyeContainter {
   height: 75px;
   width: 600px;
   position: absolute;
}