$(document).ready(function(){

	$(".slidershow").slidershow({
		animationSpeed: "slow",
		delay:2
	});

});

