.rhino-btn {
  background: url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
  z-index: 10;
  width: 17px;
  height: 30px;
  display: block;
  text-indent: -999%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rhino-prev,
.rhino-next {
  bottom: 26px;
}

.rhino-prev {
  right: 155px;
  background-position: 0 0;
}

.rhino-next {
  right: 31px;
  background-position: -55px 0;
}

.rhino-prev:hover {
  background-position: -17px 0;
}

.rhino-next:hover {
  background-position: -36px 0;
}

.rhino-toggle {
  top: -4px;
  left: -6px;
}

.rhino-play {
  background-position: 0 0;
}

.rhino-play:hover {
  background-position: 0 -53px;
}

.rhino-pause {
  background-position: -56px 0;
}

.rhino-pause:hover {
  background-position: -56px -53px;
}

.rhino-container {
  position: relative;
}

.rhino-caption {
  position: absolute;
  background: #000;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px;
}

.rhino-bullets:before,
.rhino-bullets:after {
  position: absolute;
  display: block;
  left: -16px;
  content: ' ';
  width: 16px;
  height: 26px;
  background: url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
  left: auto;
  right: -16px;
  background-position: -240px 0;
}

.rhino-bullets li {
  float: left;
  display: inline;
  margin: 0 2px;
}

.rhino-bullets li a.rhino-bullet {
  display: block;
  width: 16px;
  height: 15px;
  cursor: pointer;
  background: #FFF;
  font-size: 10px;
  text-align: center;
  color: #333;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 6px 0 5px;
}

.rhino-bullets li a.rhino-bullet:hover,
.rhino-bullets li a.rhino-bullet:focus {
  color: #999;
  background: #eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
  color: #fff;
  background: #5cd4e8;
}