$(function(){
   	
	//CYCLE find more variables at http://jquery.malsup.com/cycle/options.html
	$('.slideshow_right')
	.cycle({
		fx: 'fade',
		speed:  700,
		next: '#next',
		prev: '#prev',
timeout: 0
	});

	 
});

