$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'boxRainGrowReverse', //Specify sets like: 'fold,fade,sliceDown'
		animSpeed:900,
		pauseTime:7000,
		startSlide:0,
		directionNav:true, //Next & Prev
		directionNavHide:true, //Only show on hover
		controlNav:false, //1,2,3...
		keyboardNav:true, //Use left & right arrows
		pauseOnHover:false, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
		beforeChange: function(){},
		afterChange: function(){},
		slideshowEnd: function(){} //Triggers after all slides have been shown


	});
});


//$("#gallery").galleria({
//        width: 600,
//        height: 400
//    });

			$(function() {
	$('#gallery a').lightBox({fixedNavigation:true});
});
