$(document).ready(function() {
			$('div.box_image').cycle({
			delay: 0,
			speed: 6000,
			sync: 1,
			pause: 1
		});
});


