/* Shared styles for lightbox & slimbox*/
#overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#525252;
    /*cursor:pointer;*/
    z-index:90;
}

#prevLink, #nextLink {
    display:block;
    position:absolute;
    top:0;
    width:33%;
    height:100%;
    background:transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
    left:0;
    float:left;
}

#nextLink {
    right:0;
    float:right;
}

#prevLink:hover {
    /* Edit here for a different image!*/
    background:transparent url(../img/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
    /* Edit here for a different image!*/
    background:transparent url(../img/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
    display:block;
    /* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
    width:30px;
    height:26px;
    /* End*/
    /*left:505px;*/
    z-index:103;
}

#playLink {
    /* Edit here for a different image! Add width & height here if needed*/
    background:transparent url(../img/play.gif) no-repeat center;
}

#pauseLink {
    /* Edit here for a different image! Add width & height here if needed*/
    background:transparent url(../img/pause.gif) no-repeat center;
}

#saveLink {
    /* Edit here for a different image! Add width & height here if needed*/
    background:transparent url(../img/save.gif) no-repeat center;
}

#closeLink {
    /* Edit here for a different image! Add width & height here if needed*/
    background:transparent url(../img/close.gif) no-repeat center;

    /*clear:right;
    float:right;*/
}



/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
    position:absolute;
    left:50%;
    overflow:hidden;
    background-color:#fff;
    z-index:100;
}

#sbCenter a, #sbBottomContainer a {
    text-decoration:none;
    border:none;
    outline:none;
}

.sbLoading {
    background:#fff url(../img/loading.gif) no-repeat center;
}

#sbImage {
    position:absolute;
    left:0;
    top:0;
    border:10px solid #fff;
    background-repeat:no-repeat;
}

#sbBottom {
    font-family:tahoma, arial, sans-serif;
    font-size:11px;
    color:#666;
    line-height:1.4em;
    text-align:left;
    padding:0 10px 10px 10px;
}

#sbCaption {
    width:66%;
    font-weight:bold;
    margin-bottom:0.1em;
}

#sbNumber {
    width:66%;
    margin-bottom:0.1em;
}

#sbPresent {
    width:66%;
    margin-bottom:0.1em;
}

#sbPresent a {
    color:#666;
    margin-right:1.0em;
}

#sbPresent a.act {
    font-weight:bold;
    color:#fff;
    background:#777;
    border-right:0.2em solid #777;
    border-bottom:0.1em solid #777;
    border-left:0.4em solid #777;
}



/* Lightbox-only*/
#lbLightbox {
    position:absolute;
    left:0;
    width:100%;
    z-index:100;
    text-align:center;
    line-height:0;
    top:60px!important;
}

#lbLightbox #closeLink {
    left:645px;
    margin-bottom:0;
    position:relative;
    top:0;
}

#lbLightbox a {
    text-decoration:none;
    border:none;
    outline:none;
}

#lbLightbox img {
    border:none;
}

#lbOuterImageContainer {
    background:transparent url(/fileadmin/image/fce_layout/aktuell_header.gif) no-repeat scroll 0 0;
    background-repeat:no-repeat;
    left:170px;
    position:absolute;
    width:674px !important;
    height:auto;
}

#lbImageContainer {
    background:transparent url(/fileadmin/image/fce_layout/aktuell_content.gif) repeat-y scroll 0 0;
    padding:0;
    position:relative;
    top:30px;
}

#lbLoading {
    position:absolute;
    z-index:110;
    top:40%;
    left:0%;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0;
    background:url(../img/loading.gif) no-repeat center;
}

#lbHoverNav {
    background:transparent url(/fileadmin/image/fce_layout/aktuell_footer.gif) no-repeat scroll 0 0;
    background-repeat:no-repeat;
    height:6px;
    left:0;
    position:relative;
    top:0;
    width:100%;
    z-index:10;
}

#lbImageContainer>#lbHoverNav {
    left:0;
    position:relative;
    top:0px;
}

#lbImageDataContainer {
    font-family:verdana,arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    left:0px;
    line-height:1.4em;
    margin:0 auto;
    /*position:relative;*/
    position:absolute;
    left:170px;
    top:0px;
    /*width:695px !important;*/
    /*width:420px !important;*/
    width:675px!important;;
    z-index:104;
    display:block!important;
}

#lbImageData {
    padding:0 0px;
    color:#ffffff;
    z-index:104;
    font-family:arial;
    font-size:14px;
    float:left;
    width:675px;
    text-align:left;
}

#bottomNav {
    position:relative;
    left:0px;
    height:26px;
    width:675px;
}

#lbImageDetails {
    width:0px;
    float:left;
    text-align:left;
    padding-bottom:10px;
    margin-top:15px;
    font-family:arial;
    font-size:14px;
    display:none;
}

#lbCaption {
    display:none!important;
    font-weight:bold;
    margin-bottom:0.1em;
    color:#ffffff;
    height:30px;
}

#lightboxImage {
    position:relative;
    margin-bottom:20px;
    /*top:50%;*/
}

#lbNumber {
    display:none;
    margin-bottom:0.1em;
    font-family:arial;
    font-size:1px !important;
    color:#515350;
}

#lbPresent {
    display:block;
    margin-bottom:0.1em;
}

#lbPresent a {
    color:#666;
    margin-right:1.0em;
}

#lbPresent a.act {
    font-weight:bold;
    color:#fff;
    background:#777;
    border-right:0.2em solid #777;
    border-bottom:0.1em solid #777;
    border-left:0.4em solid #777;
}