div.scroller { 
    /* modify width and height of scrolling section if necessary	*/
    width: 488px;
    overflow: hidden;
    height:450px;
    background: #DDD;
    margin-top: 20px;

}
div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width:488px;
    overflow:hidden;
    float:left;
    padding:0;
    color:black;
}

div.scroller div.content {
    width: 10000px;
}

div.section img{ border: 10px solid #DDD; width: 465px; max-height: 350px; margin: 0; padding: 0 }

div.section .testo{
    padding:20px;
    z-index: 9999;
    height: 200px;
    color: black;
    font-size: 12px
}

div.section .testo b{ font-size: 16px; font-weight: bold}

.azioni { padding: 15px; text-align: center; font-weight: bold;  }