/*
/*
CSS per il carosello immagini.
/*
/*
*/
.caroufredsel_wrapper {
    padding: 0px 0px 20px 0px;
}
.image_carousel {
    padding: 0px 0px 0px 115px;
    position: relative;
    width: auto;
    height: auto;
}
.image_carousel img {
    background-color: white;
    margin: 7px;
    display: block;
    float: left;
}
a.prev {
    float: left;
    background: url('../img/arrows.png') 0px 0px no-repeat transparent;
    width: 25px;
    height: 25px;
    display: block;
}
a.next {
    background: url('../img/arrows.png') -25px 0px no-repeat transparent;
    width: 25px;
    height: 25px;
    display: block;
}

a.prev:hover {          
    //opacity: 0.5; filter:alpha(opacity=50); filter: "alpha(opacity=60)";
    background: url('../img/arrows-hover.png') 0px 0px no-repeat transparent;
}
a.prev.disabled {	background-position: 0 -100px !important;  }

a.next:hover {		
    //opacity: 0.5; filter:alpha(opacity=50); filter: "alpha(opacity=60)";
    background: url('../img/arrows-hover.png') -25px 0px no-repeat transparent;
}
a.next.disabled {	background-position: -50px -100px !important;  }

a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    position: relative;
    top: 0px;
    left: -15px;
}
.pagination-multivetrina {
    float: left;
    text-align: center;
    width: 85%;
    margin-top: 15px;
}
pagination-left {
    float: left;
    width: 10%;
}
pagination-right {
    float: right;
    width: 10%;
}
.pagination a {
    background: #a8d000;
    width: 40px;
    height: 8px;
    margin: 0 2px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background: #ddd;
    cursor: default;
}
.pagination a span {
    display: none;
}
.pagination-multivetrina a {
    background: url('../img/bullet.png') 0px 0px no-repeat transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination-multivetrina a.selected {
    background-position: 0px -22px;
    cursor: default;
}
.pagination-multivetrina a span {
    display: none;
}
.clearfix {
    float: none;
    clear: both;
}
a.image:hover {
    opacity: 0.5; 
    filter:alpha(opacity=50);
    filter: "alpha(opacity=60)";
}