$(document).ready(function() {
	$('table.thumbnails td a').lightBox({
	fixedNavigation: true,
	txtImage: 'Bun Bed',
	overlayOpacity: .7,
	overlayBgColor: '#000000'
});  // end lightbox
}); //end ready
