/* $(document).ready(function() {
			
		$(document).ready(function() {
			$(".slideshow").cycle({
				fx: 'fade',
				timeout: 4000,
				autostop: 1
			});
		});
		
		$(document).ready(function() {
			$('.slideshow1').cycle({
				fx: 'fade',
				pause: 0,
				speedIn: 3000,
				speedOut: 3000,
				timeout: 8000
			});
		});				
	});	 */
	
	

	
	
	