/*
magicslideshow(document).ready(function() {
     MagicSlideshow.options = {
        'speed':4,
        'effect':'fade',
        'thumbnail-opacity':1
    }
});
*/

MagicSlideshow.options = {
 }

 // special parameters for slideshow3
 MagicSlideshow.extraOptions.slideshow1 = {
 'container-position':'bottom',
 'thumbnail-opacity':'0.5',
 'effect':'fade',
 'effect-next':'fade',
 'effect-jump':'fade',
 'text-delay':'0.3',
 'text-opacity':'0.3',
 'loop': 'yes',
 'loop-type' : 'first',
 'loading-text':'Loading',
 'use-links': 'Yes',
 'links-window': '_self',
 //'pause': 'hover'
 }
