  @font-face {
    font-family: "jjsetters";
    font-style:  normal;
    font-weight: normal;
    /*src: url(../fonts/CASUAL0.eot);*/
    src: url(../fonts/casual.ttf);
  }
  
.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; font-family: Casual, Arial; font-size:8pt;  text-align: center; text-decoration: none; color: #fff; }
.dock-item span { display: none; padding-left: 3 0px; }
.dock-item span img {width:100px; border: 0 none; margin-left:35px;}
.dock-item .img { border: 0; margin: 5px 10px 0px; width: 100%; }
a:active.dock-item {outline:none;}
a:focus.dock-item {-moz-outline-style: none;}