#galleryWrapper {
    width: 679px;
    margin: 0 auto;
}
#img {
	background:url(../pl-images/galleryGradientBg.jpg) repeat-y;
    position: relative;
    width: 679px;
   	min-height:330px;
	height:auto !important;
	height:330px;
    margin-bottom: 62px;
}
#img img {margin:0 0 0 138px;width:402px;}
#gallery { height: 150px; }
#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: -62px;
    left: 0;
    width: 96%;
    font-size:18px;
    text-align:center;
    height: 62px;
    padding: 0 2%;
    line-height: 20px;
    color: #303030;
}
.viewMoreGalleries {margin:0 auto;text-align:center;width:100%;}
.thumbCaption {display: inline-block;font-size:14px;margin:5px 0 0 0;}
