/*
*
* Dojo gallery styles
*
*/
a.dojogallery_picture {
    background-image: url(/fileadmin/templates/img/pfeil_schwarz.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 13px;
    
}

/*
*
* Styles von lightbox
*
*/
div#imageContainer {
    background-color: white;
}

div#hoverNav {
    position: relative;
    height: 30px;
    margin-top: 10px;
    text-align: right;
    background-image: url(/typo3conf/ext/kj_imagelightbox2/lightbox/images/rohner_line.gif);
    background-repeat: repeat-x;
    background-color: white;
    padding-top: 10px;
    width: 100%;
    /*float:right;*/
}

a#prevLink, #prevLink {
    float: right;
    margin-right: 3px;
    width: 13px!important;
    
}

a#nextLink, #nextLink {
    display: block;
    /*float: left;*/
    width: 13px;
    /*height: 30px!important;*/
    /*height: auto!important;*/
}

div#bottomNav {
    
    text-align: right;
    margin-bottom: 5px;
}

img#lightboxImage {
    /*margin-bottom: 20px;*/
}

div#outerImageContainer {
    padding-bottom: 20px;
}

span#numberDisplay {
    display: block;
}

div#imageData {
    color:#666666;
    font-size:8pt!important;
    /*width:100%!important;*/
    /*width: 49%;*/
    /*margin-top: 10px;*/
}

div#imageDataContainer {
   width: 50%!important;
   float: left;
   /*display: none;*/
}

div#auxWrapper {
    width: 49%;
    float: right;
    /*background:red;*/
    /*height: 200px;*/
    height: 100%;
}

div#imageDetails {
    /*position: absolute;*/
    /*border: 1px solid red;*/
    color:#666666;
    font-size:8pt!important;
}