// JavaScript Document

MagicSlideshow.options = {
'effect-duration': 1,

}

MagicSlideshow.extraOptions.slideshow1 = {
'container-position': 'right',
'container-padding': 0,
'container-speed': 7,
'speed': 5,
'effect': 'scroll',                
'effect-next': 'scroll',
'effect-jump': 'fade',
'arrows': 'true', // you can use false or 0 here   
'thumbnail-opacity': '0.6',
'text-effect': 'fade',
'text-delay': '0.5',
'preserve': 'yes',
'start': '1',
'direction': 'right',
'loading-text': 'loading...',
'width': '300',
'height': '260'
}

MagicSlideshow.extraOptions.slideshow2 = {
'loop': 'yes',
'thumbnails': 'off',
'speed': '6',
'arrows': '0',
'effect': 'fade',
'width': '300',
'height': '80'
}

// JavaScript Document