/**
* @file
* Includes css styles for Scroll Button module.
*/
#block-scroll-button-scroll-button {
  height: 48px;
  margin: 0;
  width: 48px;
}

#block-scroll-button-scroll-button.float {
  background: none;
  border: none;
  height: 78px;
  position: fixed;
  padding: 0;
}

.block-scroll-button .content {
  padding: 0;
}

.scroll-button {
  background: url("../images/icons.png") no-repeat scroll center 19px #252425;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 3px;
  width: 40px;
  height: 40px;
}

.scroll-button.float {
  z-index: 998;
  right: 15%;
  position: fixed;
  bottom: 0.5em;
  border-radius: 5px;
  display: none;
  opacity: .5;
}

.scroll-button.float.always-show {
  display: block;
}

.scroll-button:hover {
  background-position: center -17px;
  box-shadow: 0 0 0.5em 2px #666;
  opacity: 1;
}

.scroll-button.static:hover {
  box-shadow: none;
}

#scroll_bot {
  background-position: center 15px;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

#scroll_bot:hover {
  background-position: center -21px;
}
