		jQuery.fn.fancybox.defaults.path = 'http://www.wazen.ly/jscripts/';
        $(document).ready(function(){ 

		 
		$('ul.fader').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '70px',
		containerwidth: '325px' 
		});
		

		
		
		$("div.image a").fancybox();
		 	

			});















