var $j = jQuery.noConflict();
	$j(document).ready(function(){
	$j('a.lightbox').lightBox();
});

