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

