/* GalleryXXL **************** */

#gxxl_gallist .galerie {
    width: 290px;
    text-align: center;
    padding: 0 10px 10px 10px;
    float: left;
}

#gxxl_gallist img {
    border: 0;
    vertical-align: middle;
    margin: 0 0 10px 0;
}

#gxxl_gallist a.link {
    background: #333;
    display: block;
    padding: 10px;
    height: 150px;
    color: #EEE;
    text-decoration: none;
}

#gxxl_gallist a.link:hover {
    background: #555;
    text-decoration: none;
}

/* Image-Listing ************* */

#gxxl_imglist {
    margin: 20px 0;
}

#gxxl_imglist a {
    display: block;
    float: left;
    background: #333;
    margin: 0px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

#gxxl_imglist a span.title {
    display: none;
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 0;
    color: #EEE;
    font-size: 10px;
    text-align: center;
    background: #333;
    text-decoration: none;
}

#gxxl_imglist a:hover span.title {
    display: block;
    background: #555;
}

#gxxl_imglist a:hover {
    text-decoration: none;
    background: #555;
}

#gxxl_imglist a span.img {
    display: block;
    width: 140px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



/* Image-Detail **************** */

#gxxl_detail {
    margin: 20px 0;
    background: #eeeeee;
    padding: 5px;
}



/* Page-Navigation ************* */

#gxxl p.gxxl_pagenav {
    text-align: center;
}


/* Misc ************************ */

.clear {
    clear: both;
}

.hide {
    display: none;
}

