/* Start of CMSMS style sheet 'hh_album' */
/* Album List UL */
.albumlist {
   margin-left:0;
   padding-left:0;
   float:left;
}

.albumname {
    font-size:14px;
    text-align:left;
    font-weight:bold;
    font-style:normal;
}

.albumpicturecount {
    font-size:12px;
    text-align:left;
    font-weight:normal;
    font-style:italic;
}

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

.thumb {
   padding:0;
   width:150px;
   margin:0 0.5em 0.5em 0;
   text-decoration:none;
   line-height:normal;
   list-style-type:none;
   text-align:center;
   float:left;
}

.thumb a {
   display:block;
   height:72px; 
   width:100px; 
   padding:10px;
   margin:0;
   background-color:white;
   border-top:1px solid #eee;
   border-right:2px solid #ccc;
   border-bottom:2px solid #ccc;
   border-left:1px solid #eee;
   text-decoration:none;
}
.albumcomment { text-align: left; }

.thumb a:visited img {
   background-color:#eee;
}

.thumb a:hover img {
  background-color:#dae6e4;
}
/* End of 'hh_album' */

