$(document).ready(function(){
  // mainPage slider
  $('#slider').nivoSlider({
		effect: 'sliceDownRight'
	});
});

