jQuery(document).ready(function() {
    jQuery('#home-profiles').cycle({
		fx: 'none',
		timeout: 12000,
		next: ".btn-next",
		random: 1,
		cleartype:  true,
    	cleartypeNoBg:  true
	});
	
	
	
});
