#content_top{
    margin: 5px 5px;
    float: left;
    width: 100%;
    max-width: 1390px;
}
#content_top #slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1390px;
    margin: 5px 0px;
    background-color: white;
    box-shadow: 0px 0px 4px 2px #BBB;
    max-height: 463px;
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1390px;
    top: 0px;
    z-index: 0;
}
#slider #1{ left: 0px;}
.slide img {
    height: 100%;
}
#content_top .frecce {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: none;
    z-index: 1;
    cursor: pointer;
}
#freccia_s{ left: 0px; }
#freccia_d{ right: 0px; }
#slider table {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 10px;
}
.spunta {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: solid 2px #0091DC;
    opacity: 0.7;
    cursor: pointer;
}
.spunta s1{
    background-color: #0091DC;
    border-color: #ffffff;
}

#content_top #immagine_singola{
    box-shadow: 0px 0px 4px 2px #BBB;
    margin: 5px 0px;
    max-width: 1390px;
}
#content_top #immagine_singola img{ margin-bottom: -5px; }