/*make the first thumb as far left as possible, as we have no borders*/
table.main_thumb_table td div.thumbs_div img {
padding-left: 0px;
/* border: 1px solid #cccccc; */
}

/*table.main_thumb_table td:first-child div.thumbs_div img{
padding-left: 0px;
border: 1px solid #cccccc;
*/

table.lbox_thumb_table td:first-child div.thumbs_div img{
padding-left: 0px;
}


