@charset "UTF-8";
/* CSS Document */


/*
.visibleNearby img {
   -webkit-backface-visibility:hidden;
}
.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: 16px;
  line-height: 22px;
}

.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 21px;
	left: 21px;
	text-align: left;

	/*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);*/
	background: none;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}


/*Aussheen nav icons*/
div.rsArrowIcn
	{
	opacity: 0.35;	
		
		
	}
/*Aussheen Caption*/
div.rsGCaption
	{
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);*/
	background: none;
	font-size: 14px;
	
	}
.visibleNearby .rsGCaption span {
		
		font-size: 14px;
			
		}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.35;
  -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);
  */
}
.rsDefault .rsFullscreenBtn {
bottom: 15px;	
right: 15px;
top: none;
}
.rsDefault .rsFullscreenIcn {
	
}