$(document).ready(function() {
	$('#image').cycle({ 
	fx:     'scrollRight',  
	delay:  -1000 
	});
});
