/* Для IE */

*+html .bl_baner span {
  display:inline;
}

*+html .bl_baner span a {
  display: block;
}

*:first-child+html .bl_baner span a img { 
  display: block;
  z-index: expression(
  runtimeStyle.zIndex = 1,
  this == ((41/2)-parseInt(offsetHeight)/2) <0 ? style.marginTop="0" : style.marginTop=(41/2)-(parseInt(offsetHeight)/2) +'px');
}
