/* -- StyleSheet Gallery Dolomitalia -- */

ol#gallery{
    margin: 0px 5%;
    padding: 0 }

ol#gallery li{
    float:left;
    background-color: #000;
    color: #fff;
    margin: 0 0 0px; /* Previuos values 0 0 30px; */
    padding: 0;
    list-style-type: none }

/* Don't Display Text Upon Images */
ol#gallery h3{
    margin: 0;
    padding: 0px 0 10px;
    background: #eaeaea url('../_img/film_thin.jpg') repeat-x bottom right;
    color: #fff;
    font: 1px light arial,sans-serif; font-weight: bold; 
    text-align: center }

/* Display Text Upon Images */
ol#gallery h4{
    margin: 0;
    padding: 3px 0 10px;
    background: #000 url('../_img/film_thin.jpg') repeat-x bottom right;
    color: #fff;
    font: 10px light arial,sans-serif; font-weight: bold; 
    text-align: center }
	 
ol#gallery a{
    display: block;
    padding: 3px 3px 10px;
    background: #eaeaea url('../_img/film_thin.jpg') repeat-x bottom right } /* #000 */

ol#gallery a:hover{
    color: #fff; /*hack per ie5.5 e le regole sotto*/ }

ol#gallery a img{
    border: 2px solid #000 }

ol#gallery a:hover img{
    border-color: #FFFFA0 }