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