 .visibleNearby {
  width: 100%;
  background: #FFFFFF;
  color: #000;
  padding-top: 0px;
  
}
.visibleNearby .rsGCaption {
  font-size: 24px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: transparent;
  color:#000;
  width: 100%;
  position: absolute;
  float: left;
  left: auto;
  top: auto;
  margin-top: -20px;
  text-align: center;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.6);  
  -moz-transform: scale(0.6); 
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

 #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
	position:absolute;
    height: 600px !important;
	top:50%;
	margin-top: -300px;
  }
  
#textel {
	width:380px;
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left:-480px;
	font: 11px Arial, sans-serif;
	color:#000000;
	}

#texter {
	width:380px;
	position: absolute;
	bottom:10px;
	right:50%;
	margin-right:-480px;
	font: 11px Arial, sans-serif;
	color:#000000;
	}
	
.titre1 {
	font: 24px "cl", Arial, sans-serif;
	color:#000000;
}
@media only screen and (min-width: 1367px) {

 #textel {
	width:500px;
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left:-580px;
	font: 18px  "cl", Arial, sans-serif;
	color:#000000;
	}

#texter {
	width:500px;
	position: absolute;
	bottom:10px;
	right:50%;
	margin-right:-580px;
	font: 18px  "cl", Arial, sans-serif;
	color:#000000;
	}
	
.titre1 {
	font: 24px "cl", Arial, sans-serif;
	color:#000000;
}

}
	
	
	
#back{
	position:absolute;
	float:left; 
	width: 100px;
	height:100px;
	background-color:#000000;
	color:#FFFFFF;
	bottom:30px;
	text-align:center;
	line-height:100px;
	left:50%;
	margin-left:-50px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	-webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	transition: background-color 0.5s ease-out, color 0.5s ease-out;
	z-index:10001;
		}
		
#back:hover{
	background-color:#f0f0f0;
	color:#000000;
	}