/*
magicslideshow(document).ready(function() {
     MagicSlideshow.options = {
        'speed':4,
        'effect':'fade',
        'thumbnail-opacity':1
    }
});
*/

MagicSlideshow.options = {
	
 }

 // special parameters for slideshow3
 MagicSlideshow.extraOptions.slideshow1 = {
    'container-position':'top',
    'thumbnail-opacity':'1',
    'effect':'fade',
    'text-delay':'0.3',
    'text-opacity':'1',
    'loading-text':'Loading',
	'arrows':'false',
	'thumbnails':'left',
	'speed':10
	
 }
 
  // special parameters for slideshow3
 MagicSlideshow.extraOptions.slideshow2 = {
    'container-position':'top',
    'thumbnail-opacity':'1',
    'effect':'fade',
    'text-delay':'0.3',
    'text-opacity':'1',
    'loading-text':'Loading',
	'arrows':'false',
	'thumbnails':'off',
	'speed':9
	
 }


