#gallery{list-style: none;}


#gallery li {
    border: 1px solid #223106;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    float: left;
    padding: 1px;
    background: transparent url(/images/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
    margin: 5px;
}

