/* Scaling transforms */
.visibleNearbySimple .rsSlide img {
  opacity: 0.30;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.visibleNearbySimple .rsActiveSlide img {
  opacity: .30; 
}