$(document).ready(function() {
  $('.slideshow').nivoSlider({
	pauseTime: 4000
  });
});

