/* 
    Document   : category
    Created on : 12-feb-2012, 20:58:26
    Author     : mar
*/

#gallery li { 
    display:inline; 
    float:left; 
    width:256px; 
    height: 256px;
    background-color:#f5f7f9; 
    padding:5px; 
    margin:10px; 
    text-align: center; 
    border-right: #a5a7aa solid 1px; 
    border-bottom: #a5a7aa solid 1px; 
}
