#col1{
 text-align: left;
 padding: 1em 0 0 18px;
 float: left;
}

img{
 border: 0px;
}

#thumbs{

}

#thumbs img{
 width: 165px;
 height: 100px;
}

#thumbs ul{
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 1px; /*removes padding bug*/
}

#thumbs ul li{
 float: left;
 display: block;
 width: 193px; /* img width + 2*5px borders + 18px margin */
 height: 128px;
}

#thumbs li a{
 display: block;
 border: 5px solid #eee;
 width: 165px;
 height: 100px;
 padding: 0px;
}

#thumbs li a:hover{
 border: 5px solid #9c9c9c;
}

#thumbs .on{
 border: 5px solid #9c9c9c;
}

#thumbs ul p{
font-size: 8px;
}

#thumbs .thumbno{
display: block;
position: absolute;
font-size: 12px;
font-weight: bold;
padding: 5px;
color: #9c9c9c;
background: #eee;
}
