.gallery { 
    background:transparent url(/layouts/base/img/subsites_box.jpg) no-repeat scroll 0 0;
    margin-top: 20px;
    padding:15px 0 10px 15px;
    text-align:justify;
    clear:both;
    }

.gallery_navigator {
    background : transparent url(/layouts/base/img/subsites_h2_bg.jpg) no-repeat scroll 0 bottom;
    color:#4D1A09;
    font-size:16px;
    font-style:italic;
    font-weight:normal;
    line-height:18px;
    margin:0 0 20px;
    padding:0 0 10px;
}
.gallery_navigator > span, .gallery_navigator > a {}
.gallery_navigator > a:hover {}
.gallery_navigator > a > img {border-width:0;}

.gallery_content {}
.gallery_content > ul { list-style-image:none;
list-style-position:outside;
list-style-type:none;}
.gallery_content > ul > li {float:left; margin: 10px 5px 10px 0;}

.gallery_category { border: 1px #ddd solid; padding: 4px 2px 10px 2px; width: 150px; background-color:#fafafa;text-align:center; height:130px; position:relative;}
.category_folder {position: absolute; top: 80px; left:130px;}
.gallery_category_title, .gallery_photo_title {
    font-weight:bold;
}
.gallery_category:hover, .gallery_photo:hover {background-color:#eee;}

.gallery_photo { border: 1px #ddd solid; padding: 4px 2px 10px 2px; width: 150px; text-align:center; height:130px;}




.gallery_paginator {
clear:both;
background:transparent url(/layouts/base/img/subsites_h2_bg.jpg) no-repeat scroll 0 top;
margin-bottom:5px;
margin-top:10px;
padding-top:5px;
    }
.gallery_paginator > a {
    border-right:1px solid #888686;
    color:#888686;
    padding:0 3px 0 2px;
}
.gallery_paginator > span {
    background-color:#888686;
color:#FFFFFF;
padding:0 3px 0 2px;
}
.gallery_paginator > a:hover {

}

.a_paginator {
    position: relative;
    top: 60px;
}
