$(document).ready(function() {
	  	$("#home-main-image").cycle({
    		fx:      "fade",
    		speed:    600,
    		timeout:  5000
		});
});