$(document).ready(function(){
	$('.slideshow').cycle({
		fx: 'scrollLeft',
		speed: 1000,
		timeout: 5000
	});
	$(".error, .success").animate({display: "none"}, 10000).fadeOut("slow");
});