jQuery(document).ready(function(){ 	 		
	jQuery('#preFeature').siteFeature({
		containerWidth: '960px',							// sets the generated Container's width
		containerHeight: '280px',							// sets the generated Container's height
		imgWidth: '650px',									// sets the width of the ImageBox/TextBox section. When subtracted from the Container's width - yields the Tabs width.
		tabsLocation: 'right',								// sets position of the Tabs (relative to the Image Box)
		tabBgImg: 'http://www.trademarktours.com/magento/skin/frontend/base/theme062/images/slideshow/arrow-right-gold.png', 	// relative path for Image used as Highlighted Tab background (ie: the arrow)
		tabBgImgIE6: 'http://www.trademarktours.com/magento/skin/frontend/base/theme062/images/slideshow/arrow-right-gold.gif',	// relative path for Image used by IE6 (to prevent PNG alpha issues). Leave blank ('') or set to null to uses the same image (and to teach IE6 users a lesson).
		tabLock: 3,											// sets the number of tabs before the overflow (int / null)
		startTab: 1,										// sets the tab to be displayed onLoad
		txtBoxWidth: '240px',								// sets the width of the Vertical TextBox
		txtBoxHorizontalHeight: '90px',						// sets the height of the Horizontal TextBox
		imgBgsAnimationList: ['wave','zipper', 'fountain'], // sets animation list: 'fade', 'wave', 'crash', 'curtain', 'zipper', 'fountain', 'cascade', 'dribble', 'checker', 'enterTheDragon'
		imgBgsAnimationType: 'random',						// sets animation type: 'fade', 'wave', 'crash', 'curtain', 'zipper', 'fountain', 'cascade', 'dribble', 'checker', 'enterTheDragon', 'random', 'cycle'
		imgBgAnimationDirection: 'left', 					// sets the start position of the transition: 'left', 'right', 'random'
		txtBoxPauseBetweenInOut: 1000						// sets the duration for the pause between the current TextBox animating Out and the new TextBox animating In ('0' for no delay) (in milliseconds)
	});
});  

