$(document).ready(function() {

	/****************************************************************************************
	Setup the cycle 
	****************************************************************************************/
	$('div.neoss-slider-wrapper div#neoss-slider').cycle({ 			   
		fx:     'none', 
		easing: 'easeInCubic',
		speed:  '600', 
		timeout: '4000',
		pause:  1,
		cleartype:  true,
    	cleartypeNoBg:  true
	});
	
	
});

