jQuery(function(){
	jQuery('.quotes').cycle({ 
    fx: 'scrollLeft',
    timeout: 8000,  /* Change this number to define the pause (in milliseconds) between transitions */
    speed: 500,	/* Change this to set the speed of the actual transition */
    pause: 1, /* Pause on hover */
    cleartype: 1
	});
});
