/* CSS Document */
 #album {background-color:#222;}
 #album h2 {color:white;}
 img {vertical-align:middle; border:none;} 
 #thumbs {overflow:auto; list-style:none; margin:15px; padding:0;} 
 #thumbs li {float:left;} 
 #thumbs a {display:block; padding:5px; outline:none;} 
 #thumbs a:hover, #thumbs a:focus {background:#990033;} 
 #thumbs a.active {background:#000;} 
 #viewer {width:700px; height:550px; margin-left:30px;}

