.wrapper {
    margin: auto;
    max-width: 905px;
	margin-top:20px;
}

.jcarousel-wrapper {
    
    position: relative;
    
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;

}

.jcarousel li {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-left: 0;
    margin-right: 45px;
    padding: 0;
    width: 170px;

}
#carousel_gusti .jcarousel li { width: 425px; }
#carousel_gusti .jcarousel-control-prev  { top:188px;}
#carousel_gusti .jcarousel-control-next  { top:188px;}

.jcarousel img {

}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev {
    background-image: url("../images/arrow_sx.png");
    background-repeat: no-repeat;
    height: 55px;
    position: absolute;
    top: 240px;
    width: 54px;
    
}
.jcarousel-control-next {
     background-image: url("../images/arrow_dx.png");
    background-repeat: no-repeat;
    height: 55px;
    position: absolute;
    top: 240px;
    width: 54px;
}

.jcarousel-control-prev {
    left: -75px;
}

.jcarousel-control-next {
    right: -45px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.titolo_localita { color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
	    padding-left: 6px;}
.testo_localita { color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    width: 270px;}

.space_box { margin-bottom:30px;}

.box_gusti {margin-bottom: 60px;}
.box_gusti .testo { font-size:14px; color:#666666; line-height: 17px;}
.box_gusti .image { float:left; margin-right:30px;}