 $(document).ready(function() {

	$('#image-carousel').cycle({
    	fx:     'fade',
    	speed:  1500,
    	timeout: 7000,
    	next:   '#nextBtn',
    	prev:   '#prevBtn'
	});

});
