
#wrapper {
    width: 530px;
    margin: 0 auto;
    padding: 0;
}

#img, #img img {
	width: 530px !important;
	height:380px;
}

#img {
    position: relative;
    margin-bottom: 1em;
}

#gallery { height: 84px; }

#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;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
  	filter: alpha(opacity = 70);
}
