/* Tiny Carousel */
#slider {
	/*height: 1%;*/
	overflow: hidden;
	padding: 35px 0 10px;
	border-top: 4px solid #419863;
}

#slider .viewport {
	float: left;
	width: 86%;
	height: 134px;
	overflow: hidden;
	position: relative;
}

#slider .buttons {
	/*background: url("images/button_prev.png") no-repeat scroll 0 0 transparent;*/
	display: block;
	/*margin: 30px 10px 0 0;*/
	background-position: 0 -38px;
	text-indent: -999em;
	float: left;
	width: 100%;
	height: 134px;
	overflow: hidden;
	position: relative;
}

#slider .next {
	background: url("images/button_next.png") no-repeat;
	background-position: left;
	/*margin: 48px 0 0 15px;
    margin: 0 0 0 9px;*/
}

#slider .prev {
	background: url("images/button_prev.png") no-repeat;
	background-position: right;
    /*margin: 0 0 0 9px;*/
}

#slider .prev.disable {
	background: url("images/button_prev_disabled.png") no-repeat;
	background-position: right;
	/*margin: 0 0 0 9px;*/
}

#slider .next.disable {
	background: url("images/button_next_disabled.png") no-repeat;
	background-position: left;
}

#slider .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	left: 0;
	top : 0;
}

#slider .overview li {
	float: left;
	margin: 0 6px 0 0;
	height: 136px;
	/*width: 212px;*/
	/*width: 189px;*/
	width: 199px;
	border-radius: 8px 8px 8px 8px;
}

#slider .boxLabel {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-shadow: -1px 1px rgba(255, 255, 255, 0.4);
    color: #333333;
    
}


#slider a:hover .boxlabel{
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
    background: none	
}

#slider a:hover .attivo .boxlabel{
    /*color: #006600 !important;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3) !important;  
}

#slider span.attivo{
    color: inherit;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3) !important;*/  
}
#slider span.attivo:hover{
    color: inherit;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3) !important;  
}

#slider .boxText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


#slider .viewport li:hover{
    /*background-color: #B9CD13;*/
    color: black;
}

#sliderButtonNext{
    width: 7%;
    display: inline;
    float: left;
    height: 134px;
}

#sliderButtonPrev{
    width: 7%;
    display: inline;
    float: left;
    height: 134px;
}

.scrollElement {
    /*padding: 15px;*/
    background: url("images/rect_grigio_carousel.png") no-repeat scroll 0 0 transparent;
    height: 123px;
}

.scrollElement a {
    display: block;
    height: 100%;
    /*padding: 8px;*/
    line-height: 108px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 1.065em;*/
    text-align: center;
    /*color: white;*/
    /*text-shadow: 2px 2px 3px #000;*/
    color: #FCFCFC;
    /*color: #363636;*/
    font-size: 14px;
    text-shadow: -1px 1px rgba(0, 0, 0, 0.7);
    
}

.scrollElement a.attivo{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    /*color: #404040 !important;
    text-shadow: none !important;
    */
    /*color: #006600 !important;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);
   
}
.scrollElement a.attivo:hover{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    /*color: #404040 !important;
    text-shadow: none !important;
    */
    /*color: #006600 !important;*/  
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);
   
}

.scrollElement a:hover{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    /*color: #404040 !important;
    text-shadow: none !important;
    */
    color: white;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);*/
    text-shadow: -1px 1px rgba(0, 0, 0, 0.7);
   
}


.scrollElementPolizza {
    /*padding: 15px;*/
    background: url("images/rect_grigio_carousel.png") no-repeat scroll 0 0 transparent;
    height: 123px;
    text-align: left !important
}

.scrollElementPolizza a {
    /*color: #FCFCFC;*/
    color: #363636;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    padding-left: 9px;
    padding-right: 1px;
    padding-top: 7px;
    /*text-shadow: -1px 1px rgba(0, 0, 0, 0.7);*/
}

.scrollElementPolizza a:hover{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    color: white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);
   
}

.scrollElementPolizza a.attivo{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    /*color: #006600 !important;*/
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}

.scrollElementPolizza a:hover .attivo{
    background: url("images/rect_verde_carousel.png") no-repeat scroll 0 0 transparent;
    /*color: #006600 !important;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.scrollDescProdotto {
	margin-left: 54px; margin-top: 7px; margin-bottom:4px; 
	display: block; 
	height: 50px; 
	font-weight: bold;
	word-wrap:break-word; 
	overflow: hidden;
}

.outerScrollElement {
    /*padding: 15px;*/
    background: url("images/ombraCarousel.jpg") no-repeat bottom;
    height: 100%;
}

.boxLabelAsset {
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.065em;
    display: block;
    padding: 40px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 3px #000;
    
}

