/* Gallerylist */

.gallerylistoverallwrapper {
    clear: both;
    float: left;
    width: 645px;
}

.gallerylistelementwrapper {
    clear: both;
    float: left;
    width: 645px;
    padding-bottom: 20px;
}

.gallerylistimagewrapper {
    clear: both;
    float: left;
    padding: 0 20px 5px 0;
}

.gallerylisttextwrapper {
    float: left;
}

/* EOF Gallerylist */

/* Galleryviewer */

.galleryvieweritemwrapper {
    float: left;
    padding: 4px;
    margin: 0px 10px 10px 0px;
    border: 1px solid grey;
}

.galleryvieweritemimage {
    border: 1px solid #DDDDDD;
}

/* EOF Galleryviewer */
