$(document).ready(function() {
   
  $('.slideshow5').cycle({
    fx:    'scrollDown',
	speed:   1400,
    sync:   1, 
	timeout: 8000,
    delay: 100
   
		});
});


$(document).ready(function() {
   
  $('.slideshow6').cycle({
    fx:    'scrollRight',
	speed:   1200,
    sync:   1, 
	timeout: 5000,
    delay: 100
   
		});
});
