$(document).ready(function(){
	$('.display ul').cycle({ 
		fx: 'scrollDown', 
		delay: -4000,
		timeout:  10000,
		next:   '#next', 
		prev:   '#prev' 
	});
	$('.form-download').validate();
});
