
$(function(){
		$('#quotes').cycle({ 
			fx: 'scrollRight',
			speed:  1500 , //Sets the speed
			timeout:  8000, //How long the slide stays visible
			delay: 0 , // Control the amount of time in between transitions
			pause: 1 ,//Pauses on hover
			cleartypeNoBg: true //ClearType Background fix
		
		});
	});
