$(document).ready(function() {
	
	if ($('body').attr('id') == 'gallery') {
		$(".lightbox").lightbox();
	}
		
});