$(document).ready(function() {

	$.localScroll.hash({
		queue:true,
		duration:1500,
		offset: {left:0, top:-200},
	});
	
	$.localScroll({
		offset: {left:0, top:-150},
		queue:true,
		duration: 1000,
		hash: true,
		easing: 'swing'
	});

	if (!window.location.hash) {
      	$('#navigation a:first').click();
	}

	Shadowbox.init();
	$("#commentForm").validate();
	
	$(".work_container").hide();

$(".trigger").click(function(){
		$(".work_container").slideToggle("slow");
	});

$("#slider").nivoSlider({
effect: 'fade',
});


});
