$(document).ready(function() { 

$('footer p#toplink a').click(function(){
	$('html, body').animate({scrollTop:0}, 'normal');
	return false;
});


$(".fancybox a,a.fancybox").fancybox({
	'overlayShow' : true,
	'hideOnContentClick' : true,
	'hideOnOverlayClick' : true,
	'centerOnScroll' : false,
	'overlayOpacity' : 0.6,
	'showCloseButton' : true,
	'enableEscapeButton' : true,	
	'overlayColor' : '#333',
	'imageScale' : true
});

$(".slideshow").cycle({
	'speed' : 750
});

}); 
