$(document).ready(function() {
    $('#rotating-images').cycle({
		fx: 'fade',
		speed:    800, 
    timeout:  5000 
	});
	$("#accordion").accordion({ header: 'h2', active:false, collapsible: true,autoHeight: false });

});
