/* line 1, ../sass/halo8-frontend.scss */
#halo8-full-screen-slider {
  display: none;
}

/* line 5, ../sass/halo8-frontend.scss */
#halo8-full-screen-slider-container.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 15, ../sass/halo8-frontend.scss */
.slider_controls_container .left {
  background: url("../images/controls.png") 0 center no-repeat;
  height: 100%;
  width: 52px;
  position: absolute;
  cursor: pointer;
  left: 10px;
}
/* line 24, ../sass/halo8-frontend.scss */
.slider_controls_container .right {
  background: url("../images/controls.png") -52px center no-repeat;
  height: 100%;
  width: 52px;
  position: absolute;
  cursor: pointer;
  right: 10px;
}
