div#thumbs {

position:absolute;
top:250px;
left:10px;
width:470px;
}

div#thumbs table {
margin-left:auto;
margin-right:auto;
}

div#thumbs  a{
display:block; 
width:90px; 
height:90px;
 

background-position: 0 0; 
text-align:center;  
border:1px solid #fff;
color:#009933;
font-weight:bold;
font-size:12px; 
line-height:13px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

div#thumbs  a:hover {
border-color:#e4680a;
background-position: 0 -97px; 
color:#0066CC;
}

div#thumbs div {
background-color:#fff;
padding:7px;
margin:10px;
}