#wrapper {
    width: 453px;
    margin: 0 auto;
    padding: 0px 3px 3px 3px;
    background-color: #FFFFFF;
    border: 0px solid #949494;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#img {
    position: relative;
    width: 450px;
    height: auto;
    margin-top: 1em;
    border: 0px solid #949494;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#gallery { 
    height: 64px; 
}

#gallery li {
    float: left;
    padding: 0px;
    background: transparent url(ajax-loader-small.gif) 50% 50% no-repeat;
    border: 1px solid #3c81be;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 30px;
    padding: 0 2%;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #3c81be;
    opacity: .8;
    font-weight: bold;
}
