/* * * * banner home * * * */
div.scrollable {
    height:530px;
    overflow:hidden;
    position:relative;
    width:651px;
    margin:0 0 4px 22px;
    float:left;
    z-index:10;
}
.scrollable h1{text-align:right;color:#9B948C;}
    .ristorante .scrollable h1{text-align:right;color:#AC807E;}

div.scrollable div.items {
    clear:both;
    position:relative;
    width:100%;
}

.txt_banner {
    width:260px;
    float:left;
    text-align:left;
    margin:0 0 0 8px!important;
}

#banner {
    margin:0 auto;
}
.scrollable .items{top:0;}

.foto_banner {
    float:right;
    width:652px;
    height:238px;
}

/** navigator **/
#tasti{
    width:94px;
    height:25px;
    float:right;
    padding-left:3px;
    background-color:#A0958F;
    margin:-94px 36px 0 0;
    z-index:20;
    position:relative;
}
#tasti li {float:left;}
#tasti a {
    width:18px;
    height:21px;
    float:left;
    display:block;
    background:#A0958F url(../img/locanda/Tasti.jpg) 0 0 no-repeat;
    color:#000;
    display:block;
    cursor:pointer;
    text-indent:-10000px;
}

#tasti a.prev {background-position:0px 0px;}
#tasti a.prev:hover {background-position:0px -25px;}

#tasti a.img1 {background-position:-18px 0px;}
#tasti a.img1:hover {background-position:-18px -25px;}
#tasti a.img1.active {background-position:-18px -50px;}

#tasti a.img2 {background-position:-36px 0px;}
#tasti a.img2:hover {background-position:-36px -25px;}
#tasti a.img2.active {background-position:-36px -50px;}

#tasti a.img3 {background-position:-54px 0px;}
#tasti a.img3:hover {background-position:-54px -25px;}
#tasti a.img3.active {background-position:-54px -50px;}

#tasti a.next {background-position:-72px 0px;}
#tasti a.next:hover {background-position:-72px -25px;}
#tasti a.pause {background-position:-90px 0px;}
#tasti a.pause:hover {background-position:-90px -25px;}

.testo {position:relative;top:-110px;}
.testo p{margin:10px;color:#fff;}