/* CAROUSEL */

.carousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 260px;
    width: 880px;
    overflow:hidden;    
}

.bcarousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 230px;
    width: 1000px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 254px;
}

.carousel .backgrounds .item{
    width: 880px;
    height: 260px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_0{background: transparent url(../images/carousel_bg_7_1.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_pucciolo{background: transparent url(../images/carousel_bg_7.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_quest{background: transparent url(../images/carousel_questionario.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_1{background: transparent url(../images/carousel_bg_7_2.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_2{background: transparent url(../images/carousel_bg_7_3.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_3{background: transparent url(../images/carousel_bg_7_4.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_4{background: transparent url(../images/carousel_bg_2.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_5{background: transparent url(../images/carousel_bg_6.jpg) no-repeat 0 0;}
.carousel .backgrounds .item_6{background: transparent url(../images/carousel_bg_6.jpg) no-repeat 0 0;}

.carousel .backgrounds .bitem_1{background: transparent url(../../img/intros/Screenshot_01.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_2{background: transparent url(../../img/intros/Screenshot_02.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_3{background: transparent url(../../img/intros/Screenshot_03.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_4{background: transparent url(../../img/intros/Screenshot_04.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_5{background: transparent url(../../img/intros/Screenshot_05.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_6{background: transparent url(../../img/intros/Screenshot_06.jpg) no-repeat 0 0;}
.carousel .backgrounds .bitem_7{background: transparent url(../../img/intros/Screenshot_07.jpg) no-repeat 0 0;}

.carousel .panel{
    background: #000;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 280px;
    width: 275px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 225px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
	right:60px;
    bottom:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:60px;
    bottom:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 225px;
    overflow:hidden;
    height: 260px;
}

.carousel .panel .details_wrapper .details{
    height: 220px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 225px;
    height: 220px;
    float:left;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.35em;
	
    line-height: 1.3em;
	text-align:justify;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
