/* Start of CMSMS style sheet 'Glider' */
/* Album List Formatting*/

.albumlist2 {
display:block;
position: relative;
margin:0px;
height: auto;
width: 150px;
padding:0px;
border: 2px solid #000;
list-style-type:none;
text-align: center;
}

/* Album and Picture Lists Thumbs*/
.thumb2 li{
height: auto;
padding: 0px;
width: 140px;
margin: 5px;

/* Thumbnail spacing */
text-decoration:none;
line-height:normal;
list-style-type:none;
 text-align: center;
position: relative;
}

.thumb img {
display: block;
margin: 0 auto;
}

.thumb a {
text-decoration: none;
}

.thumb .pictureLink
{
        display:block;
        height:auto;
        width:auto;
        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
{
border: 2px solid #A0A0A0; 
        background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}
/* End of 'Glider' */

