			$(document).ready(function() {
			    $('.item').cycle({
			    fx:      'scrollDown', 
			    speed:    800, 
			    timeout:  5000,
                            cleartypeNoBg: true
				});
			});

