$(document).ready(function() {
	$('.shop-image').cycle({ 
		fx:'scrollDown'
		,random:1
		,delay:2000
	});
});