.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: none repeat scroll 0 0 #151515;
    color: #fff;
}
.rsDefault .rsArrow {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 44px;
    z-index: 21;
}
.rsDefault.rsVer .rsArrow {
    height: 44px;
    width: 100%;
}
.rsDefault.rsVer .rsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsArrowIcn {
    background: url("../rs-default.png") repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: 0.2;
}
.rsDefault .rsBullets {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    height: auto;
    left: 0;
    line-height: 8px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 35;
}
.rsDefault .rsBullet {
    display: inline-block;
    height: 8px;
    padding: 6px 5px;
    width: 8px;
}
.rsDefault .rsBullet span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff;
}
.rsDefault .rsThumbsHor {
    height: 72px;
    width: 100%;
}
.rsDefault .rsThumbsVer {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    height: 100%;
    position: relative;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}
.rsDefault .rsThumb {
    float: left;
    height: 72px;
    overflow: hidden;
    width: 96px;
}
.rsDefault .rsThumb img {
    height: 100%;
    width: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
    background: none repeat scroll 0 0 #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
}
.rsDefault .rsTmb {
    display: block;
}
.rsDefault .rsTmb h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.rsDefault .rsTmb span {
    color: #ddd;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.rsDefault .rsThumbsArrow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
    z-index: 21;
}
.rsDefault .rsThumbsArrow:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    height: 20px;
    width: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsThumbsArrowIcn {
    background: url("rs-default.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.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;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
.rsDefault .rsThumb {
    height: 44px;
    width: 59px;
}
.rsDefault .rsThumbsHor {
    height: 44px;
}
.rsDefault .rsThumbsVer {
    width: 59px;
}
}
.rsDefault .rsTabs {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 100%;
}
.rsDefault .rsTab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    border-color: #d9d9dd #f5f5f5 #d9d9dd #d9d9dd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 0 0 #fff inset;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: auto;
    min-width: 72px;
    padding: 5px 13px 6px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.rsDefault .rsTab:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
    border-top-right-radius: 4px;
}
.rsDefault .rsTab:active {
    background-color: #f4f4f4;
    border: 1px solid #d9d9dd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
    background: linear-gradient(to bottom, #acacac, #bbb) repeat scroll 0 0 #acacac;
    border: 1px solid #999;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    color: #fff;
    text-shadow: 1px 1px #838383;
}
.rsDefault .rsFullscreenBtn {
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 22;
}
.rsDefault .rsFullscreenIcn {
    background: url("rs-default.png") repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    display: block;
    height: 32px;
    margin: 6px;
    width: 32px;
}
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}
.rsDefault .rsPlayBtn {
    cursor: pointer;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
}
.rsDefault .rsPlayBtnIcon {
    background: url("rs-default.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    display: block;
    height: 64px;
    transition: all 0.3s ease 0s;
    width: 64px;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
    left: 50%;
    position: absolute;
    top: 50%;
}
.rsDefault .rsCloseVideoBtn {
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 500;
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    right: -6px;
    top: -38px;
}
.rsDefault .rsCloseVideoIcn {
    background: url("rs-default.png") repeat scroll -64px 0 rgba(0, 0, 0, 0.75);
    height: 32px;
    margin: 6px;
    width: 32px;
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsPreloader {
    background-image: url("../preloaders/preloader-white.gif");
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
    width: 20px;
}
.rsDefault .rsGCaption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    bottom: 6px;
    color: #fff;
    float: none;
    font-size: 12px;
    left: 6px;
    padding: 2px 8px;
    position: absolute;
    text-align: left;
    width: auto;
}