jQuery(function($){
	
	$('ul#thumbnails li a').lightBox();
	
});