// JavaScript Document
$(window).load(function() {$('#slider').nivoSlider({effect:'random',slices:35,animSpeed:1000,pauseTime:5000,directionNav:false,controlNav:false,controlNavThumbs:false,controlNavThumbsFromRel:false,keyboardNav:false,pauseOnHover:false,manualAdvance:false});});$(document).ready(function(){$('.boxgrid.caption').hover(function(){$(".cover", this).stop().animate({top:'81px'},{queue:false,duration:160});}, function() {$(".cover", this).stop().animate({top:'132px'},{queue:false,duration:160});});});
