/* GALLERY */
ul#gallery { 
    width:688px;
    list-style:none; 
    margin:0 auto;
    }
ul#gallery li { 
    display:inline; 
    float:left; 
    height:320px;
    width:160px;
    margin:5px;
    list-style:none;
    }
ul#gallery li img{ 
    width:160px;
    height:160px;
    }
ul#gallery li h1 {
    color:#df7d37;
    margin-bottom:0.2em;
    font:italic bold 1.25em serif;
    text-align:left;   
}
ul#gallery li p {
    font:0.8em sans-serif;
    margin:0;    
}
/* GALLERY2 */
ul.gallery2 { 
    width:688px;
    list-style:none; 
    margin:0 auto;
    border-bottom:1px solid #2c1e15;
    clear:both;
    overflow:auto;    
    }
ul.gallery2 li { 
    display:inline; 
    float:left; 
    margin:5px;
    }
ul.gallery2 li img{ 
    width:100px;
    height:100px;
    }    
ul.gallery2 li.title { 
    width:420px;
    }    
ul.gallery2 li h1 {
    color:#df7d37;
    margin-bottom:0.2em;
    font:italic bold 1.25em serif;
    text-align:left;   
}
