$(document).ready(function(){	
	$('#ss-rsp-slideshow').cycle({
		fx : 'fade',
		speed : 1000,
		timeout : 9000,
		next : '.right-control',
		prev : '.left-control'
	});
})
