#thumbs-container {
 width: 95%;
}

#thumbs-container ul {
padding: 0;
}

#thumbs-container img, a { 
border:0px; 
text-decoration:none; 
}

#thumbs-container a { 
 padding-top: 20px;
}

#thumbs-container li {
display: inline;
list-style-type: none;
padding-right: 5px;
}

#thumbs-container img {
 border-top: 2px solid #E0E0E0;
 border-left: 2px solid #E0E0E0;
 border-right: 2px solid black;
 border-bottom: 2px solid gray;
 margin-top: 15px;
}



