
            MagicSlideshow.options = {
                'show-selectors': 'no',
                'speed': '6',
				'arrows-opacity': '1',
                'arrows-hover-opacity': '1'
            }
            // special parameters for slider with id="slideshow#"
            MagicSlideshow.extraOptions.slideshow1 = {
                'effect': 'fade',
                'effect-next': 'fade',
                'effect-jump': 'fade',
                'container-position': 'right',
                'container-padding': '1',
                'text-position': 'top',
                'text-effect': 'slide',
                'direction': 'bottom'
            }
            MagicSlideshow.extraOptions.slideshow2 = {
                'speed': '3',
				'effect': 'fade',
				'effect-next':'fade'
            }

