.rsDefault .rsTab, .rsDefault .rsTmb h3 a:link, .rsDefault .rsTmb h3 a:visited, .rsDefault .rsTmb p a:link, .rsDefault .rsTmb p a:visited {
    color: #333;
    text-decoration: none;
}
.rsDefault.rsHor .rsArrowLeft, .rsDefault.rsVer .rsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault .rsOverflow {
    background: #333;
}
.rsDefault, .rsDefault .rsThumbs, .rsDefault .rsVideoFrameHolder {
    background: #f4f4f4;
    color: #333;
}
.rsDefault .rsTmb:hover {
    background: #dedede;
}
.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}
.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}
.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url(/styleimages/rs-default.png);
    border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(255, 255, 255, .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: .2;
    filter: alpha(opacity=20);
}
.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    margin: 0 auto 1em;
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}
.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 6px 8px;
}
.rsDefault .rsBullet span {
    display: block;
    border-radius: 50%;
    background: #d1d1d1!important;
    cursor: pointer;
    height: 11px!important;
    width: 11px!important;
}
.rsDefault .rsBullet.rsNavSelected span {
    background: #78ba00!important;
}
.rsDefault .rsThumbsHor {
    width: 100%;
    height: 69px;
}
.rsDefault .rsThumbsVer {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%}
.rsDefault .rsThumb {
    display: table;
    float: left;
    overflow: hidden;
    width: 245px;
    height: 69px;
}
.rsDefault .rsThumb img {
    width: 100%;
    height: 100%}
.rsDefault .rsThumb.rsNavSelected h3, .rsDefault .rsThumb.rsNavSelected p {
    border-bottom: 3px solid #78ba00;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: .3;
    filter: alpha(opacity=30);
}
.rsDefault .rsThumbsArrow, .rsDefault .rsThumbsArrow:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,  endColorstr=#ccffffff);
    zoom: 1;
}
.rsDefault .rsTmb {
    display: table-cell;
    padding: .5em;
    position: relative;
    vertical-align: middle;
    background: #f4f4f4;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
}
.rsDefault .rsTmb h3, .rsDefault .rsTmb p {
    font-size: 100%;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 .5em;
    color: #333;
    font-weight: 600;
}
.rsDefault .rsTmb span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
}
.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    border: 1px solid #fff;
    background: #fff;
    background: 0 0\9;
    background: rgba(255, 255, 255, .8);
}
.rsDefault .rsThumbsArrow:hover {
    background: #fff;
    background: 0 0\9;
    background: rgba(255, 255, 255, .9);
}
.rsDefault .rsThumbsArrow:nth-child(n) {
    filter: none;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url(/styleimages/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 .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}
.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
}
.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset;
}
.rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    box-shadow: 0 1px 9px rgba(102, 102, 102, .65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(/styleimages/rs-default.png) #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, .9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}
.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(/styleimages/rs-default.png) 0 -32px no-repeat #000;
    background-color: rgba(0, 0, 0, .75);
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9);
}
.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}
.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(/styleimages/rs-default.png) -64px 0 #000;
    background-color: rgba(0, 0, 0, .75);
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9);
}
.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(https://www.courts.qld.gov.au/__data/assets/image/0019/506215/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    margin-right: 345px;
    font-size: 90%;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #FFF;
    width: auto;
    border-radius: 2px;
}