/*
jquery_cycle.js change control
*/
$(document).ready(function() {
	$('#visualChange').cycle({
		fx: 'fade'
	});
});