

#wrapper {
    width: 687px;
    margin: 0 auto;
    padding:0px;

}

#img {
    position: relative;
    width: 687px;
    height: 420px;
    border:1px solid #cccccc;
	overflow:hidden;
	text-align:center;
	
}

#img img{


}

#gallery { height: 110px; width:664px; }

#wrapper, #img, #gallery li {
   
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#gallery li {
    float: left;
    padding: 0px;
    background: transparent url(/images/i/ajax-loader-small.gif) 50% 50% no-repeat;
    cursor: pointer;
}

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