/*
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': 'no',
	'container-size': '30',
	'container-position':'top',
	'thumbnail-opacity':'1',
	'thumbnails':'inside',
	'effect':'fade',
	'effect-next':'fade',
	'effect-jump':'fade',
	'text-delay':'0.9',
	'text-opacity':'0',
	'loop': 'yes',
	'loop-type' : 'first',
	'loading-text':'Loading',
	'use-links': 'Yes',
	'links-window': '_self',
	'pause': 'hover'
    }		


// special parameters for slideshow8
MagicSlideshow.extraOptions.slideshow8 = {
 'effect':'none',
	'arrows':'yes',
	'speed':30.0,
 'direction':'right',
 'pause':'hover',
	'effect-duration':0.5,
 'text-effect':'fixed',
	'text-opacity':1,
	'text-position':'top',
	'height':510
}
