$(document).ready(function(){

	$('#intro-carousel').cycle({
		speed:  900,
		timeout: 4500
		});

});

