 $(function() {
			$('.slideshow').cycle({
			fx: 'scrollHorz', 
			speed:  800, 
			timeout: 6000,
			next:'.right_arrow',
			prev:'.left_arrow'
	 });
			
		
});
