/* 
    Document   : albumviewer.css
    Created on : 28.03.2010, 14:37:25
    Author     : Benjamin Noah
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#overlay { position: absolute; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; background-color: #AAA; }
#allBox { position: absolute; left: 50%; margin-left:-25px; top: 50%; height:20px; width:50px; background-image:url(../images/load.gif);  z-index:1001;}

#albumviewer {
    margin:auto;
    text-align:center;
    width:600px;
    overflow:hidden;
    clear:both;
}

#albumviewer.startseite {
    margin:auto;
    text-align:center;
    width:550px;
    overflow:hidden;
    clear:both;
}

#albumviewer.startseite #entries{
    margin-bottom: 100px;
}

#albumviewer.startseite .slideshow-thumbnails {
    bottom:-90px;
}

#albumviewer.startseite #albums {
    display:none;
}

#albumviewer #albumBack {
    height:33px;
    width:42px;
    float:left;
    background-image: url(../images/go_back.jpg);
}

#albumviewer div#entries img{
    border:0px;
}
/*
#albumviewer .thumbnailOverlayLeft {
    position:absolute;
    background-image: url(../images/thumbs_overlay_left.png);
    width:100px;
    height:70px;
    left:0px;
}

#albumviewer .thumbnailOverlayRight {
    position:absolute;
    background-image: url(../images/thumbs_overlay_right.png);
    width:100px;
    height:70px;
    right:0px;
}
*/

#albumviewer #albums {
    margin:0px;
    padding:0px;
    clear:both;
}

#albumviewer #albums li{
    list-style-type: none;
    float:left;
}
