
.slide-out-div1, .slide-out-div2 {
    /*display: none;*/
}


/******The hide button******/
/******this should match the positionHandleHideButton() found in jquery.tabSlideOut */
.handle_hide {
  background-image: url("/si/img/slider_hide.png");
  right: -0px;
  width: 47px;
  z-index: 3;
  background-position: center center;
  cursor: pointer;
  height: 18px;
  position: fixed;
  display: none;
}
