body.history #primary-content-body {
    padding: 0;
    margin: 0 auto;
    width: 962px;
}

.infoBlock {
    background: darkred;
    border-radius: 9px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height: 18px;
    font-size: 18px;
    padding: 0 36px;
    text-align: center;
    padding: 9px 0;
}

.infoBlockText {
    border-radius: 0;
    background: transparent;
    top: 20%;
    height: 60%;
    width: 90%;
    color: #222;
    padding: 0;
}

.infoBlockText h4 {
    color: #CC0000;
    font-size: 14px;
    text-align: left;
    margin-bottom: 18px;
}

.infoBlockText .rightImage {
    border: none;
    padding: 0;
}

.infoBlockText div.body {
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
}

.infoBlock span {
    display: block;
    font-size: 12px;
}

.infoBlock div.body span {
    display: inline;
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: #FFF;
    color: #FFF;
}

.rsDefault .rsThumbsArrow,
.rsDefault .rsArrowIcn {
    background-color: rgba(151, 26, 26, 0.75);
}

.rsDefault .rsThumbsArrow:hover,
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(151, 26, 26, 1);
}

.rsDefault .rsThumbsHor {
    height: 36px;
    background: white;
    border-top: 1px solid darkred;
    border-bottom: 1px solid darkred;
    padding-top: 4px;
    margin-top: 75px
}

.rsDefault .rsThumb {
    height: 36px;
    background: white;
    color: #222;
    text-align: center;
    border-radius: 9px;
}

.rsDefault .rsThumb .rsTmb {
    font-size: 18px;
    line-height: 36px;
}

.rsDefault .rsThumb.rsNavSelected {
    color: white;
    background-color: darkred;
}

.visibleNearby {
    margin-top: 75px;
    width: 100%;
    background: white;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

.visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    text-align: center;
}

.visibleNearby .rsGCaption span {
    display: block;
    clear: both;
    color: #bbb;
    font-size: 14px;
    line-height: 22px;
}

.rsImg {
    border-radius: 9px;
    -webkit-box-shadow: 0 0 4px #555;
    -moz-box-shadow: 0 0 4px #555;
    box-shadow: 0px 1px 3px #555;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

