﻿$(function() {
    $('#slideshow ul').cycle({
	    speedIn: 600,  // speed of the 'in' transition 
    	speedOut: 200, 
	    //speed: 1500,  // speed of the transition (any valid fx speed value)
	    timeout: 7000 
    });
});

