/* GalleryXXL **************** */

#gxxl {
    width: 100%;
}

/*div>#gxxl {
    width: 360px;
}*/

#gxxl a {
    color: #719b29;
}

#gxxl a:hover {
    color: #3d550f;
}

/* Gallery-Listing *********** */

#gxxl_gallist {
    margin: 20px 0;
}

#gxxl_gallist a {
    display: block;
    float: left;
    background: #E5F0D2;
    margin: 5px;
    color: #3d550f;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    height: 195px
}

#gxxl_gallist a:hover {
    text-decoration: none;
    background: #B7CE8F;
}

#gxxl_gallist a span.img {
    display: block;
    width: 180px;
    height: 135px;
    background-color: #E5F0D2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#gxxl_gallist a:hover span.img {
    background-color: #B7CE8F;
}

#gxxl_gallist a span.name {
    display: block;
    width: 170px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}


/* Image-Listing ************* */

#gxxl_imglist {
    margin: 20px 0;
}

#gxxl_imglist a {
    display: block;
    float: left;
    background: #e5f0d2;
    margin: 5px;
    padding: 3px;
    cursor: pointer;
    color: #333333;
}

#gxxl_imglist a:hover {
    text-decoration: none;
    background: #b7ce8f;
}

#gxxl_imglist a span.img {
    display: block;
    width: 125px;
    height: 94px;
    background-color: #e5f0d2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#gxxl_imglist a:hover span.img {
    background-color: #b7ce8f;
}



/* Image-Detail **************** */

#gxxl_detail {
    margin: 20px 0;
    background: #eeeeee;
    padding: 5px;
}



/* Page-Navigation ************* */

#gxxl_pagenav {
    text-align: center;
}


/* Misc ************************ */

.clear {
    clear: both;
}

.hide {
    display: none;
}
