$(document).ready(function() {
	 $('.slideshow').cycle({ 
    fx:     'scrollDown', 
    speed:    2000, 
    timeout:  7000
});
});
