
.acts-tstatic{
  position:relative;
  height:40px;
  overflow:hidden;
  min-width:1000px;
  _width: expression((documentElement.clientWidth < 1000) ? "1000px" : "auto");
}
.acts-tstatic .tstatic-close{
  cursor:pointer;
  position:absolute;
  top:50%;
  right:20px;
  margin-top:-8px;
  width:40px;
  height:16px;
  overflow:hidden;
  background:url(/images/topbanner-close.png) no-repeat;
}
.acts-tstatic a{
  display:block;
  height:100%;
}
.wideScreen .acts-tstatic{
  min-width:1200px;
  _width: expression((documentElement.clientWidth < 1200) ? "1200px" : "auto");
}