/*
jquery_cycle.js change control
*/
$(document).ready(function() {
	$('.visualChange').cycle({
		fx: 'fade',
		speed: '1500',
		timeout: '3500'
	});
});
