$(function(){
	$('ul.sf-menu').superfish();
	$('a.lightbox').lightBox({
		imageLoading: 'http://numero-trois.net/jQuery/images/lightbox-ico-loading.gif',
		imageBtnClose: 'http://numero-trois.net/jQuery/images/lightbox-btn-close.gif',
		imageBtnPrev: 'http://numero-trois.net/jQuery/images/lightbox-btn-prev.gif',
		imageBtnNext: 'http://numero-trois.net/jQuery/images/lightbox-btn-next.gif',
		imageBlank: 'http://numero-trois.net/jQuery/images/lightbox-blank.gif'
	});
});

