


$(function() {
	$('.imagefader').cycle({ 
		fx:     'fade', 
		speed:   1500, 
		timeout: 4000
	});
	
	
	if ( $('a.fancybox').length > 0 ) {
		$('a.fancybox').fancybox();
	}
});
