$(function() {
    $('#slideshow').cycle({
		timeout:       4000,  // milliseconds between slide transitions (0 to disable auto advance) 
		speed:         1000,  // speed of the transition (any valid fx speed value) 
		height:        302 // container height 
	});
});
