jQuery.noConflict();

jQuery(document).ready(function() {
	jQuery('.lightbox').lightbox({
	});
	
});

function init()
{
   if(typeof(initialize)=='function')
   {
      initialize();  
   }
}