ul, form ul li { margin-bottom: .5em; }
 
strong { font-weight: bold; }
 
h1 { margin-bottom: 1em; }
 
#wrapper {
    width: 540px;
    margin: 0 auto;
    padding: 5px;
    background-color: #e1eef5;
}
 
#img {
    position: relative;
    width: 540px;
    height: 360px;
    margin-bottom: 1em;

}
 
#gallery { height: 84px; }
 
#wrapper, #img, #gallery li {
    border: 1px solid #223106;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}
 
