
$(document).ready(function() {
		 $('.slideshow_top').cycle({
		 fx: 'fade', // choose your transition type
		 speed: 5000
		 });
		
		 $('#testcycle').cycle({
		 fx: 'fade', // choose your transition type
		 speed: 5000
		 });
		 
		});
