#albumlist {
list-style-type: none;
background-color: #c0c0c0;           /* thumbnail pages */
}
#albumlist li {
float: left;
margin-right: 6px;
margin-bottom: 10px;
font-family: Verdana, "Times New Roman", sans-serif;
font-size: 75%;
}


#albumlist img {
display: block;
border: outset; 
border-color: #333300;
background-color: #C0C0C0;

}