jQuery.noConflict();	
	jQuery(document).ready(function(){
	
		// this is where you call siteFeature
		// see the README and the original demo (index.html) for examples on how to customize siteFeature
		jQuery('#preFeature').siteFeature({

			outputElementId: 'siteFeature',		
			txtBoxIdPrefix: 'txtBox',		
			imgBgIdPrefix: 'imgBg',			
			tabIdPrefix: 'tab',			
			titleText: 'h3',			
			containerWidth: '990px',		
			containerHeight: '265px',		
			imgWidth: '800px',			
			tabsLocation: 'left',			
			tabBgImg: $_SKIN_URL + 'images/arrow-left.png',	
			tabBgImgIE6: $_SKIN_URL + 'images/arrow-left.gif',	
			tabControl: 'click',			
			tabLock: 4,				
			startTab: 1,				
			txtBoxWidth: '285px',			
			txtBoxHorizontalHeight: '90px',		
			txtBoxOpacity: 0.5,			
			activeTabIsLink: true,			
			activeWindowIsLink: true,		
			animateInOnLoad: true,			
			txtBoxAnimateInType: 'slideLeft',	
			txtBoxAnimateOutType: 'slideRight',	
			txtBoxAnimateHorzAlt: true,		
			txtBoxAnimateInHorzType: 'slideUp',	
			txtBoxAnimateOutHorzType: 'slideDown',	
			txtBoxAnimateInDuration: 500,	
			txtBoxAnimateOutDuration: 500,	
			txtBoxPauseBetweenInOut: 1000,	
			cols: 10,			
			rows: 5,			
			imgBgsAnimationDuration: 500,	
			imgBgsAnimationType: 'cycle',	
			imgBgsAnimationList: ['wave'],	
			imgBgAnimationDirection: 'random',
			tabsAnimateInDuration: 100,
			tabsAnimateWidth: '+=20',
			autoPlay: true,
			autoPlayInterval: 4000,
			pauseOnHover: true,
			ieEnableFilters: false,
			endCreateFunction: null
	
		});
	
});

