$(document).ready(function(){
	$(".widget_archive ul").hide();
	
	$(".widget_archive h1.title").click(function(){
		$(".widget_archive ul").delay(300).slideDown("normal");
	});
	
	$("a.gallery_thumbnail").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	
	
	
}); 

$(window).load(function(){
	$("#slideshow").nivoSlider({
		effect:'fade',
		controlNav: false,
		directionNav: false,
		pauseTime:6000
	});
});
