$(document).ready( 
	function(){ 
		
		$('#slideshow_image').innerfade({ 
			animationtype: 'fade',
			speed: 2000, 
			timeout: 5000, 
			type: 'sequence', 
			/*containerheight: '145px'*/
		}); 
		
		$("#map_container").miniZoomPan({	
			sW: 198,
			sH: 251,
			lW: 370,
			lH: 462
		});

		$("div#slider1").codaSlider();
				
		
	} 
); 
