    body {
       /* background-color:#cccc99;*/
    }
   .album {
     margin:0px;
     padding:0px;
     position:relative;
     left:0px;
     top:0px;
/*     width:125px;
     height:125px;
*/    overflow:hidden;
     background-color:#cccc99;
   }
   .bwrp {
     display:none;
     position:absolute;
     bottom:10px;
     left:0px;
     width:100%;
     height:14px;
     background-color:#ffffff;
     opacity: 0.6;
     filter: alpha(opacity=60);
   }
   .blck {
      width:16px;
      height:14px;
      padding: 0px 0px 0px 5px;
      display:inline;
   }
   
  .info {
      font-size:0.8em;
      color:#660000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      
   }
   
   albm.A:link, albm.A:visited, albm.A:active{
     color: #660000;
     text-decoration: none;
   }
   albm.A:hover {
    color: #660000;
    text-decoration: underline;
   }
