/*http://www.jcc.ch/typo3/typo3conf/ext/perfectlightbox/res/css/slightbox.css*/


#prevLink, #nextLink {
    background: url("../img/blank.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 35%;
}
#prevLink {
    float: left;
    left: 0;
}
#nextLink {
    float: right;
    right: 0;
}
#prevLink:hover {
    background: url("../img/prev.png") no-repeat scroll 0 15% rgba(0, 0, 0, 0);
}
#nextLink:hover {
    background: url("../img/next.png") no-repeat scroll 100% 15% rgba(0, 0, 0, 0);
}
#playLink, #pauseLink, #saveLink, #closeLink {
    display: block;
    float: right;
    height: 26px;
    margin-left: 1em;
    width: 26px;
}
#playLink {
    background: url("../img/play.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#pauseLink {
    background: url("../img/pause.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#saveLink {
    background: url("../img/save.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#closeLink {
    background: url("../img/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#sbOverlay {
    background-color: #393938;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
}
#sbCenter, #sbBottomContainer {
    background-color: #dddddf;
    left: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
#sbCenter a, #sbBottomContainer a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
.sbLoading {
    background: url("../img/loading.gif") no-repeat scroll center center #FFFFFF;
}
#sbImage {
    background-repeat: no-repeat;
    border: 10px solid #dddddf;
    left: 0;
    position: absolute;
    top: 0;
}
#sbBottom {
    color: #000;
    font-family: tahoma,arial,sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    padding: 0 10px 10px;
    background-color: #dddddf;
    text-align: left;
}
#sbCaption {
    font-weight: bold;
    margin-bottom: 0.1em;
    width: 66%;
}
#sbNumber {
    margin-bottom: 0.1em;
    width: 66%;
}
#sbPresent {
    margin-bottom: 0.1em;
    width: 66%;
}
#sbPresent a {
    border-bottom: 0.1em solid #dddddf;
    border-left: 0.4em solid #dddddf;
    border-right: 0.3em solid #dddddf;
    color: #ffffff;
    float: left;
    margin-right: 0.2em;
    position: relative;
}
#sbPresent a.act {
    background: none repeat scroll 0 0 #777777;
    border-color: #777777;
    color: #FFFFFF;
}
#overlay {
    background-color: #393938;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
#lbLightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#lbLightbox #closeLink {
    margin-bottom: 10px;
}
#lbLightbox a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
#lbLightbox img {
    border: medium none;
    height: auto;
    width: auto;
}
#lbOuterImageContainer {
    background-color: #FFFFFF;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
#lbImageContainer {
    padding: 10px;
}
#lbLoading {
    background: url("../img/loading.gif") no-repeat scroll center center #FFFFFF;
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 110;
}
#lbHoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#lbImageContainer > #lbHoverNav {
    left: 0;
}
#lbImageDataContainer {
    background-color: #dddddf;
    font-family: tahoma,arial,sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
#lbImageData {
    color: #666666;
    padding: 0 10px;
}
#lbImageDetails {
    float: left;
    padding-bottom: 10px;
    text-align: left;
    width: 66%;
}
#lbCaption {
    display: block;
    font-weight: bold;
    margin-bottom: 0.1em;
}
#lbNumberDisplay {
    display: block;
    margin-bottom: 0.1em;
}
#lbPresent {
    display: block;
    margin-bottom: 0.1em;
}
#lbPresent a {
    border-bottom: 0.1em solid #dddddf;
    border-left: 0.4em solid #dddddf;
    border-right: 0.3em solid #dddddf;
    color: #777777;
    float: left;
    margin-right: 0.2em;
    position: relative;
}
#lbPresent a:hover {
    color: #000000;
}
#lbPresent a.act {
    background: none repeat scroll 0 0 #777777;
    border-color: #777777;
    color: #FFFFFF;
}
