td.tdImg { 
width: 245px;
height: 170px;
text-align: center;
border: 1px solid #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

td.tdImg img { 
max-width: 205px;
margin: 5px;
}

#tblThumbsLayout {
	 border-spacing: 10px;
	 -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	 }

#lb_lbPrev {background: url(lytebox/images/prev_grey.gif) left 15% no-repeat;}
#lb_lbNext {background: url(lytebox/images/next_grey.gif) right 15% no-repeat;}
