/* =Reset
   ----------------------------------------------------*/

ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */

form { margin-top: 1em; }

ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

#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 #dadada;
    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: #000000;
    opacity: .8;
    font-weight: bold;
}

