$(document).ready(function() {
	$("#div-cycle").cycle({
		speed: 3000,
		timeout: 3000
		});
	$("#quotes").cycle({
    fx:     'scrollLeft', 
            random: 1,

		speed: 3000,
		timeout: 3000
		});
});
