/* Start of CMSMS style sheet 'Slimbox' */
/* SLIMBOX */

body #content .albumName {
    font-size: 190%;
    border-bottom: 1px #eee dotted;
    padding: 3px 14px;
    padding-bottom: 6px; 
    font-weight: normal;
    color: #2a2a2a;
    letter-spacing: 1px;
}

body #lbBottom {
    padding: 5px 10px;
}


#contentInner .thumb {
    padding: 5px;
    display: block;
    height: 150px;
    width: 150px;
 
}

.thumb {
   
}



.thumb p {
    margin: 6px 0;
    padding: 0;
}


.noprint {
    display: none;
}

.albumComment {
   float: left;
   width: 719px;
   border-right: 1px #eee dotted;
   padding: 0 20px;
}

.bigAlbumComment {
    width: 480px;
}

.picturelist {
    display: block;
    position: relative;
    left: -1px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: 1px #eaeaea dotted;
}

#home .picturelist {
    float: none;
}


#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;
        bottom: 0;
        width: 50%;
        outline: none;
        z-index: 202;

}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {
        background: transparent url(/modules/Album/templates/db/slimbox/images/prevlabel.gif) no-repeat 0% 50%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
}

#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;
}

#lbCaption {
        font-weight: bold;
}



/* Album and Picture Lists */
.thumb
{
        height: auto;
        padding: 0px;
        width: 120px;
        margin: 10px;

/* Thumbnail spacing */
        text-decoration:none;
        line-height:normal;
        list-style-type:none;
        text-align: center;
        float: left;
        position: relative;
}

.thumb img {
    display: block;
    margin: 0 auto;
}

.albumcomment a {
    display: block;
    padding: 5px 0px;
    position: absolute;
    bottom: 0;
    left: 7px;
}

.thumb a {
    text-decoration: none;
    
}

.thumb .pictureLink
{
        display:block;
        height:auto;
/* Set link formatting*/
        width:auto;
/* Thumb width*/

/* Thumb height*/
        padding:0;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
        margin:0 auto;
        text-decoration:none;

}

.thumb .pictureLink img {
    margin: 0 auto;
}

.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;
        padding: 0;
        margin: 0;
}

.albumname .pictureLink
{
        display: inline;
        border: none;
        margin:0;
        padding:0;
        background-color:transparent;
        
}
.albumpicturecount
{
        font-size:smaller;
        text-align:center;
        font-weight:normal;
        font-style:italic;
}

.albumcomment
{
    font-weight:normal;
    font-style:normal;
    font-size: smaller;
    display: block;
    padding: 10px 6px;
    padding-bottom: 20px;
    float: left;
}

.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;
    
}


/* Styling of caption on single picture thumbs */

.picturename
{
        font-size:smaller;
        text-align:center;
        font-weight:bold;
        font-style:normal;
        padding: 0;
        margin: 0;
}
/* End of 'Slimbox' */

