$(document).ready(function() {
	
	$('a.gallery_item').lightBox();
	
});

