$(document).ready(function(){
	//Homepage image rotation
    $('.rotating_images').cycle({
		fx: 'fade'
	});
});
