
$(document).ready(function(){		
	// Lightbox	
	var $lb = jQuery.noConflict();
	$lb(function() {
		if ($lb('img.gallery_photos').parent().length) {
        	$lb('img.gallery_photos').parent().lightBox();
    	}
	});
});

