$(function() {
	$('a.lightbox').lightBox();
});
$(document).ready(function() { 
    
	$.localScroll();
	
	$('.boxgrid.caption').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'250px'},{queue:false,duration:160});
	});
	
	$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'random',
		slices:15,
		animSpeed:500,
		pauseTime:6000,
		directionNav:false, //Next & Prev
		directionNavHide:false, //Only show on hover
		controlNav:true, //1,2,3...
		beforeChange: function(){},
		afterChange: function(){}
	});
});
});
