﻿$(document).ready(function() {
	$('#projects-cycle').cycle({ 
	    fx:     'fade', 
	    speed:   1500, 
	    timeout: 5500, 
	    pause:   1 
	});
});