/* IMAGE SLIDER */
.sliderContainer { position: relative; }
.sliderArrows { display: block; margin: -60px auto 0; position: absolute; text-align: center; top: 46%; width: 100%; }
.sliderArrows .arrowIcn { border-radius: 75px 75px 75px 75px; cursor: pointer; height: 60px; position: relative; top: 50%; width: 60px; }
.sliderArrows .arrowLeft { background: url("../images/arrow_left.png") repeat scroll -9px -6px #3D4343; float: left; left: 20%; }
.sliderArrows .arrowLeft:hover { background: url("../images/arrow_left.png") repeat scroll -9px -6px rgba(61, 67, 67, 0.8); }
.sliderArrows .arrowRight { background: url("../images/arrow_right.png") repeat scroll -3px -6px #3D4343; float: right; right: 20%; }
.sliderArrows .arrowRight:hover { background: url("../images/arrow_right.png") repeat scroll -3px -6px rgba(61, 67, 67, 0.8); }
.visibleNearby .rsGCaption { bottom: auto;
    float: left;
    font-size: 18px;
    height: 15px;
    left: auto;
    line-height: 18px;
    margin-bottom: 35px;
    padding: 0 0 20px;
    position: static;
    text-align: center;
    width: 100%;  }
.visibleNearby .rsGCaption span { display: block; clear: both; color: #333; font-size: 16px; line-height: 22px; }
.visibleNearby .rsGCaption span.title { font-weight:bold; }
/* Scaling transforms */
.visibleNearby .rsSlide img { opacity: 0.2; -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); }
/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
#gallery-1 { padding: 12px 0 12px; }
#gallery-1 .rsOverflow, .royalSlider#gallery-1 { height: 400px !important; }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
#gallery-1 .rsOverflow, .royalSlider#gallery-1 { height: 300px !important; }
}