img {
	display: block; overflow: hidden;
}



#wrapper {
    width: 381px;
    margin: 0 auto;
    padding: 20px;
    background-color: #E5EDF2;
}

#img {
    position: relative;
    width: 381px; height: 273px; overflow: hidden; display: block;
}

#gallery { height: 53px; overflow: hidden; }

#wrapper, #img, #gallery li {
    
}

#gallery ul {
	list-style: none;
}

#gallery li {
    float: left;
    background: transparent url('/images/ajax-loader-small.gif') 50% 50% no-repeat;
    cursor: pointer;
    width: 70px; height: 53px; margin-right: 1px;
    list-style: none;
}

#gallery li a img {
    width: 70px; height: 53px;
}



.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    opacity: .8;
}

#img img {
	width: 381px; height: 273px; overflow: hidden; display: block;
}
