.rsVisibleNearbyWrap {
	margin-bottom: 5px;
}
.visibleNearby {
	width: 100%;
	color: #FFF;
	padding-top: 25px;
}
.visibleNearby .rsGCaption {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0 16px;
	background: #141414;
	width: 100%;
	position: static;
	float: left;
	left: auto;
	bottom: auto;
	text-align: center;
}
.visibleNearby .rsGCaption span {
	display: block;
	clear: both;
	color: #bbb;
	font-size: 14px;
	line-height: 22px;
}
/* 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: 500px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
#gallery-1 .rsOverflow,  .royalSlider#gallery-1 {
	height: 300px !important;
}
}*/
