/* Start of CMSMS style sheet 'slimbox' */
/* SLIMBOX */

body #content .albumName {
    font-size: 190%;
    clear: both;
    display: none;
    padding: 3px 14px;
    padding-bottom: 6px; 
    letter-spacing: 1px;
}


.thumb p {
    margin: 6px 0;
}


.noprint {
    display: none;
}

.albumComment {
   float: left;
   width: 240px;
   
   padding: 0 20px;
}

.bigAlbumComment {
    width: 480px;
}

.picturelist {
    display: block;
    overflow: auto;
    position: relative;
    left: -1px;
    /*top: -1px;*/
    padding-top: 40px;
    padding-left: 25px;
    padding-bottom: 50px;
    margin-bottom: 0;

}


#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
        z-index: 200;
}

#lbBottomContainer {
        width: 200px;
        position: relative;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        left: 50%;
        overflow: hidden;
        background-color: #fff;
        z-index: 202;

}

.lbLoading {
        background: #fff url(/modules/Album/templates/db/slimbox/images/loading.gif) no-repeat center;
        z-index: 201;
}

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

}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
        background: transparent url(/modules/Album/templates/db/slimbox/images/prevlabel.gif) no-repeat 0% 50%;

}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
        color: #666;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 33px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/closelabel.gif) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
        margin-left: 10px;
        
}

#lbCaption {
        
}

/* Album and Picture Lists */
.thumb
{
        height: 100px;
        padding:0;
        width:150px;
        margin:0 0.5em 0.5em 0;

/* Thumbnail spacing */
        text-decoration:none;
        line-height:normal;
        list-style-type:none;
        text-align:center;
        float:left;

}

.thumb .pictureLink
{
        display:block;
        height:72px;
/* Set link formatting*/
        width:100px;
/* Thumb width*/

/* Thumb height*/
        padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
        margin:0 auto;
        background-color:white;
        border: 1px solid #eee;
        text-decoration:none;

}
.albumcomment { text-align: left; }
.thumb .pictureLink:visited img
{
        background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb .pictureLink:hover img
{
        background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
        font-size:smaller;
        text-align:center;
        font-weight:bold;
        font-style:normal;
}

.albumname .pictureLink
{
        display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
        font-size:smaller;
        text-align:center;
        font-weight:normal;
        font-style:italic;
}

.albumcomment
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
}

.albumnav
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
        font-size:smaller;
}

.instructiontext
{
        font-weight:normal;
        font-style:normal;
        font-size:smaller;
        font-style:italic;
    
}
.pictureTitle {
   display: block;
   padding-top: 10px;
   font-size: 80%;
}


/* End of 'slimbox' */

