$(document).ready(function () {
	$('.cicle-banner').cycle({
		delay: 2000,
		speed: 500
	});

});
