/******************* SLIDESHOW *********************/
.slideshow {
	float: left;
	width: 427px;
	padding: 11px 10px 8px 10px;
	overflow: hidden;
	/* border-left: 1px solid #e6e6e6; */
}

.slideshow img {
	border: 1px solid #d7d7d7;
}

.slide-wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slide-wrapper ul {
	float: left;
	width: 10000px;
}

.slide-wrapper ul li,
.slide-wrapper ul li a,
.slide-wrapper ul li a img {
	float: left;
}

.slide-wrapper ul li a img {
	width: 425px;
	height: 240px;
}

.slide-control {
	float: left;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #FFF;
	margin-top: 10px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
}

.slide-control ul,
.slide-control ul li,
.slide-control ul li a {
	float: left;
	line-height: 10px;
}

.slide-control ul li a { padding: 0 6px; }
.slide-control ul { padding: 9px 10px 0; margin: 0 0 -10px 0; }
.slide-control ul li { border-left: 1px solid #e6e6e6; margin: 0 0 8px 0; }
.slide-control ul li.first { border: none; }

.slideshow a.prev {
	line-height: 10px;
	background: url(../images/slideshow_prev.gif) no-repeat bottom left;
	width: 5px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent:-999em;
}

.slideshow a.next {
	background: url(../images/slideshow_next.gif) no-repeat bottom right;
	width: 5px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent:-999em;
}

.slide-control li.first a.disabled { background-position: top left; cursor: default; }
.slide-control li.last a.disabled { background-position: top right; cursor: default; }
.slide-control a.selected { color: #00aca2 !important; cursor: default; }
.slide-control span { margin: 6px 10px 6px 0; }
.slideshow span.desc {
	float: left;
	width: 100%;
	margin-top: 8px;
	color: #4d5d5c;
}

/***************** SLIDESHOW PRODOTTI ******************/

.extSliderCont a.prev {
	float:left;
	line-height: 10px;
	background: url(../images/slideshow_prev.gif) no-repeat bottom left;
	width: 5px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent:-999px;
	overflow: hidden;
}

.extSliderCont a.next {
	float: left;
	background: url(../images/slideshow_next.gif) no-repeat bottom right;
	width: 5px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	text-indent:-999px;
	overflow: hidden;
}

.extSliderCont a.disabled { background-position: top left; cursor: default; }

.extSliderCont {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	width:390px !important;
}

.extSliderCont .intSliderCont {
	float:left;
	display:inline;
	width:100%;
	overflow:hidden;
	/* = 130 x 10 */
}

.extSliderCont .noJS {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
}

.largeScroller {
	float:left;
	display:inline;
	width:13000px;
}

.largeScroller li {
	float:left;
	clear:none;
	width:130px;
}

.largeScroller li a img {
	border:none;
}

.largeScroller li a span {
	width:85px;
	float:left;
	clear:left;
	padding:0 17px 0 10px;
	text-transform:uppercase;
	background:transparent url(../images/icone/green_arrow_right.gif) no-repeat 100px 0px;
	cursor:pointer;
	font-size:0.9em;
	line-height:1em;
	color:#939598;	
}

.largeScroller li a:hover span {
	color:#00aca2;
}
