﻿    /* fish eye menu */
    .GroupTypes {height: 100px;position: relative;overflow: hidden;}
    .fisheye { text-align: center; height: 35px; position: absolute; bottom:0;  }
    .BlackGroupTypes a.fisheyeItem { color: #f7f7f7; }
    a.fisheyeItem { text-align: center; color: #333; font-weight: bold; text-decoration: none; width: 80px; position: absolute; display: block; bottom: 0; }
    .fisheyeItem img { border: none; margin: 0 auto 0 auto; width: 100%; }
    .fisheyeItem span {display:none;  position: absolute; bottom: 0px; text-align: center; padding-left: 15px;cursor: pointer; color:#fff;font-variant:small-caps}
    .fisheyeContainer { height: 60px; position: absolute; }

    .SubFisheye {position:relative;margin-top:0px;z-index:99999;}