/* JokerCatz IE fix */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear {height: 1%;}

.ib{
  display:inline-block;
  zoom:1;
  *display:inline !important;
}
.ib *{
  display:inline-block;
  zoom:1;
  *display:inline !important;
}
.ibli li{
  display:inline-block;
  zoom:1;
  *display:inline !important;
}

/* JokerCatz IE fix */