.moduletable_padded {
  width:1180px;
  margin:20px auto
}

.moduletable_padded.slide_primo_piano > h3 {
	margin:5px 0;
	font-weight:bold;
	font-size:20px;
	border: 10px solid #1c5173;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    background:#1c5173;
    color:#ffffff
}
.moduletable_padded.slide_promozioni > h3 {
	margin:5px 0;
	font-weight:bold;
	font-size:20px;
	border: 10px solid #2b671f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    background:#2b671f;
    color:#ffffff
}
.moduletable_padded.slide_outlet > h3 {
	margin:5px 0;
	font-weight:bold;
	font-size:20px;
	border: 10px solid #ef8656;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    background:#ef8656;
    color:#ffffff
}

.wrapper {
  width: 1180px;
  padding: 0 0 40px;
}

.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
	display:none;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position:relative
}

.jcarousel-price {
	background:url("../images/bollino-75.png") no-repeat;
	width:75px;
	height:75px;
	position:absolute;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:19px 0 0 0;
	top:0;
	left:30px;
}

.jcarousel-vendor {
	top:0;
	right:5px;
	position:absolute;
	text-align:right;
	width:200px;
}

.jcarousel img {
    display: block;
    width: 100%;
    height: auto !important;
}

.jcarousel._padded li {
	padding:10px 100px 70px
}

.moduletable_padded.slide_primo_piano .jcarousel-label {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#ffffff;
	background:rgba(72,126,172,0.8);	
	height:80px;
	font-weight:bold;
}
.moduletable_padded.slide_promozioni .jcarousel-label {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#ffffff;
	background:rgba(110,178,57,0.8);	
	height:80px;
	font-weight:bold;
}
.moduletable_padded.slide_outlet .jcarousel-label {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#ffffff;
	background:rgba(255,118,33,0.8);	
	height:80px;
	font-weight:bold;
}


.jcarousel-label div a,
.jcarousel-label div a:hover {
	color:#ffffff;
	text-decoration:none
}

.jcarousel.padded .jcarousel-label {
	background:rgba(45,108,162,0.8);	
}


.jcarousel-label > div {
	padding:10px	
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff!important;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	text-decoration:none	
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
