﻿$(function() {
	$('#features').cycle({
		fx: 'fade',
		random: 1
	});
});