Da musst du in der frontend.css die entsprechende Klasse einführen und formatieren:
/* classes ready for styling definitions
tr.lb // for table rows
.lb_image //thumbnail image
.lb_image_link //the thumbnail links
*/
also in diesem Fall vielleicht so:
.lb_image {
margin:2px;
border:1px solid white;
}
Gruss
erpe