.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  color: #fff;
  background: #151515;
}

.rsDefault .rsArrow {
  position: absolute;
  z-index: 21;
  display: block;
  width: 44px;
  height: 100%;
  cursor: pointer;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowRight {
  top: 0;
  right: 0;
}

.rsDefault .rsArrowIcn {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  border-radius: 2px;
  background: url('rs-default.png');
  background-color: #000;
  background-color: rgba(0,0,0,.4);

  *background-color: #000;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0,0,0,.8);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  left: 0;
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  right: 0;
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;

  filter: alpha(opacity=20);
  *display: none;
}

.rsDefault .rsThumbsHor {
  width: 100%;
  height: 150px;
}
.rsDefault .rsThumbsVer {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 100%;
  padding-left: 20px;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  position: relative;
  float: left;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: center;
}
.rsDefault .rsThumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.rsDefault .rsThumb.rsNavSelected {
  background: #f43f00;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: .3;

  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}

.rsDefault .rsThumbsArrow {
  position: absolute;
  z-index: 21;
  display: block;
  width: 20px;
  height: 100%;
  cursor: pointer;
  background: #000;
  background: rgba(0,0,0,.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0,0,0,.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: calc(100% - 20px);
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  right: 0;
  bottom: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  top: 0;
  right: 0;
}

.rsDefault .rsThumbsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  cursor: pointer;
  background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

.rsDefault .rsFullscreenBtn {
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0,0,0,.4);

  *background-color: #000;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0,0,0,.8);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

.rsDefault .rsPreloader {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-image: url(../preloaders/preloader-white.gif);
}

.rsDefault .rsGCaption {
  font-size: 120%;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
  float: none;
  width: calc(100% - 170px);
  padding: 15px 20px;
  text-align: center;
  letter-spacing: .1em;
  color: #f43f00;
}


@media screen and (min-width: 0px) and (max-width: 920px) {
  .rsDefault .rsThumb {
    display: none;
    width: 0;
  }
  .rsDefault .rsThumbsHor {
    display: none;
    width: 0;
  }
  .rsDefault .rsThumbsVer {
    display: none;
    width: 0;
    padding-left: 0;
  }
  .rsDefault .rsGCaption {
    width: calc(100% - 20px);
  }
}


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: auto;
  margin: 0 auto; 

  text-align: center;
  line-height: 8px;
  overflow: visible;
}
.rsDefault .rsBullet {
  width: 19px;
  height: 12px;
  display: inline-block;
  *display:inline; 
  *zoom:1;
  padding: 0;
}
.rsDefault .rsBullet span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #777;
  background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
