#galleryShowcase {
    /*-moz-border-radius: 15px;*/
    border: 2px solid black;
    position: absolute;
    z-index: 2;
    padding: 40px;
}
#galleryShowcaseBg {
    position: absolute;
    /*-moz-border-radius: 15px;*/
    border: 2px solid black;
    background: black;
    padding: 40px;
    top: -2px;
    left: -2px;
    z-index: 1;
    overflow: hidden;
}
#galleryPicBorder {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.galleryButton {
    bottom:10px;
    position:absolute;
    z-index:2;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
#galleryButtonBack {
    left:10px;
}
#galleryButtonForward {
    right:10px;
}
#galleryButtonOff {
    right:10px;
    bottom: auto;
    top: 10px;
}

.galleryPic {
    border: 4px solid black;
    z-index: 1
}

.shadow {
    position: absolute;
    width: 40px;
    height: 40px;
}
#shadowNE {
    right: -25px;
    top: -11px;
    background: url(../images/bildergalerie/shadow_ne_eckig.png);
}
#shadowE {
    right: -25px;
    top: 29px;
    background: url(../images/bildergalerie/shadow_e_eckig.png);
}
#shadowSE {
    bottom: -25px;
    right: -25px;
    background: url(../images/bildergalerie/shadow_se_eckig.png);
}
#shadowS {
    bottom: -25px;
    left: 34px;
    background: url(../images/bildergalerie/shadow_s_eckig.png);
}
#shadowSW {
    bottom: -25px;
    left: -6px;
    background: url(../images/bildergalerie/shadow_sw_eckig.png);
}
#galleryInfoBox {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 40px;
    color: white;
    cursor: default;
    font-size: 1.2em;
    font-weight: bold;
}

/* Static */
#gallery {
    text-align: center;
    padding: 1em 2em;
}
.galleryThumbs {
    float: left;
    border: 1px solid black;
    margin: .25em 1em .25em 1em;
    width: 115px;
}
.newRow {
    clear: both;
}
.galleryThumbs img {
    border: none;
    border-bottom: 1px solid black;
    display: block;
}
.galleryThumbs dd {
    text-align: center;
    background: #0E3451;
    color: white;
    line-height: 1.2em;
    padding: .2em;
}
