 $(document).ready(function(){

					$('.slideshow').cycle({ 
					   fx: 'fade',
						delay: 3000,
						before: function(curr, next, opts) {
						opts.animOut.opacity = 0; 
						} 
					}); 
				
			 });
