$(document).ready(function(){
	$('.slide').cycle({
		fx: 'scrollRight',
		speed: 500,
		timeout: 5000
	});
});
