// JavaScript Document



$(document).ready(function() {

//Cycle Light

	$('#slideshow').cycle({ 
	  fx:    'fade', 
	  speed:  2500, 
	  timeout:  6500
    });

});
