/* Anonymous Function that sets up the lightBox jQuery */
jQuery(function() {
	jQuery('.screenShots .thumbNail a').lightBox();
});
