jQuery.noConflict();
jQuery(document).ready(function($){
	$(document).ready(function(){
		$('a[@rel*=lightbox]').lightBox(); // Lightbox
	});
});
