$(document).ready(function(){
	$('.home-slider').cycle({
		fx:     'scrollHorz', 
	    speed:  'fast',
	    timeout: 10000, 
	    next:   '.home-slide-next', 
	    prev:   '.home-slide-prev',
	    cleartypeNoBg: true
	});
});
