$(document).ready(function(){	
		$('#preFeature').siteFeature({ 
			containerWidth: '698px',				
				containerHeight: '272px',				
				imgWidth: '517px',						
				tabsLocation: 'left',
				autoPlay: 'true',
				txtBoxOpacity: 0.6,
				autoPlayInterval: 8500,
				imgBgsAnimationType: 'fade'
		});
}); 
