// JavaScript Document



// the following parameters are the non defauit parameters
MagicSlideshow.extraOptions.slideshow1 = {
     		
				
				'text-opacity': '0.6',
				'speed': '9',
				'effect': 'fade',
				'effect-duration': '1',
				
				'thumbnail-opacity': '1',
                'thumbnails': 'inside',
                'container-opacity': '0',
				
				'arrows': 'no',     
                'arrows-opacity': '0.6' //<-- no comma after last parameter
			
			}
