
.galleryLeftContainer
{
    width: 646px;
    border: 1px #c7c795 solid;
    float: left;
    height: 521px;
}
.galleryThumbsContainer
{
    float: left;
    padding: 22px 0px 0px 0px;
}
.galleryThumbsContainer li
{
    float: left;
    display: inline;
    width: 128px;
    border: 1px #caaf95 solid;
    margin: 0px 15px 20px 15px;
}
.galleryThumbsContainer li img
{
    border-bottom: 1px #ad855c solid;
}
.galleryThumbsContainer li p
{
    line-height: 20px;
    height: 20px;
    color: #c7c795;
    text-align: center;
}
.galleryThumbsContainer li a, .galleryThumbsContainer li a:visited
{
    color: #c7c795;
}
.galleryThumbsContainer li a:hover
{
    color: #95b5d0;
}
/* gallery Pages */
.galleryPagesContainer
{
    float: right;
    background: url(../images/gallery/gallery-pagging-bg.gif) repeat-x;
    list-style: none;
    font-weight: bold;
}
.galleryPagesContainer a, .galleryPagesContainer a:visited
{
    color: #adad82;
}
.galleryPagesContainer a:hover
{
    color: #fff;
}
.galleryPagesContainer img
{
    float: left;
}

.galleryPagesContainer span
{
    
    display: inline;
    height: 16px;
    line-height: 16px;
   /* margin: 2px 3px 2px 6px;*/
}
.galleryPagesContainer span a
{
    padding:2px 3px;
    border-right: 2px #adad82 solid;
}
.activePage, .galleryPagesContainer span span
{
    border-right: 2px #adad82 solid;
    margin-right: 3px;
    color: #fff !important;
    padding:1px 3px;
    margin-left:1px;
}
.galleryArrow
{
    float: left;
    margin: 64px 0px 0px -19px;
    z-index: 100;
    display: inline-block;
}
/* Right Column */
.galleryRightColumn
{
    width: 340px;
    float: right;
    background-color: #95b5d0;
    height: 523px;
}
.galleryBlueBox
{
    background-color: #95b5d0; /*height: 370px;*/
    padding-top: 30px;
    padding-left: 25px;
}
.galleryBlueBox a, .galleryBlueBox a:visited
{
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.galleryBlueBox a:hover
{
    color: #c7c795;
}
.galleryBlueBox h1
{
    padding-left: 30px;
    font-size: 26px;
}
.galleryCategories
{
    margin: 5px;
    margin-bottom: 10px; /*height: 280px; !height:290px; 	overflow-y: scroll;*/
    padding-bottom:24px;
}
.galleryCategories li, .galleryCategories li.active
{
    list-style: none;
    display: block;
    margin-bottom: 5px;
    padding-top: 6px;
    clear: left;
}
.galleryCategories li img, .galleryCategories li.active img
{
    float: left;
    border: 2px #c7e3fe solid;
    margin-right: 5px;
    width: 44px;
    height: 44px;
    margin-bottom: 5px;
}
.galleryCategories li.active img
{
    width: 60px;
    height: 60px;
}
.galleryCategories li p
{
    font-size: 17px;
    float: left;
}
.galleryCategories li p span
{
    display: block;
    font-size: 12px;
}
.galleryCategories li .active p
{
    font-size: 7px;
}
.galleryCategories li .active p span
{
    font-size: 12px;
}
.galleryBrownBox
{
    background-color: #c7c795;
    margin-top: 15px;
    padding: 30px;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
}

.galleryBottomSpace
{
    height: 20px; !height:40px;}
body:first-of-type .galleryBottomSpace
{
    height: 26px;
}

