.rslides {
    position: absolute;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    bottom: 0;
    z-index: -500;
    margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  /*display: block;
  width: 100%;
  float: left;  
  border: 0;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
}

.rslides_container {
  position: relative;
  float: left;
  width: 100%; 
  height:100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 300px;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 136px;
  width: 90px;
  background: transparent url("freccia.png") no-repeat left top;
  margin-top: -45px;
}


.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 17%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 91px;
  width: 60px;
  background: transparent url("freccia1.png") no-repeat left top;
  }

.rslides2_nav:active {
  opacity: 1.0;
  }

.rslides2_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
#slides2 img {
  opacity: 1 !important;
  }
  
.rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("freccia.png") no-repeat left 50%;
  width: 90px;
  }

.rslides3_nav:active {
  opacity: 1.0;
  }

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
	text-align: center;
	line-height: 400px;
	padding: 0;
	margin:0;	
	
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	//background-image:url(/immagini/dot.png);

}


/*********MEDIA QUERY *************/

@media only screen and (min-width:481px) and (max-width:1020px){

	.rslides {
		height: 500px;
	}

}

@media only screen and (max-width:480px){	

	.rslides {
		height: 400px;
	}
	.rslides_container .next, .rslides_container .prev {
		visibility:hidden;
		display:none;
	}	
}