
// slideshow

$(document).ready(function() {
     $('.slideshow').cycle({
       fx:     'scrollRight',
       speed:   1000,
	   timeout: 9000,
       delay:  -4000,
	random: 'true'
	
	   
    });
	
});
