/*
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',
    'text-delay':'0.3',
    'text-opacity':'0.3',
    'loading-text':'Loading',
	'arrows':'false'
 }

