$(document).ready(function(){	
		$('#preFeature').siteFeature({ 
			containerWidth: '671px',				
				containerHeight: '277px',				
				imgWidth: '490px',						
				tabsLocation: 'left',
				autoPlay: 'true',
				txtBoxOpacity: 0.6,
				autoPlayInterval: 8500,
				imgBgsAnimationType: 'fade'
		});
		$('#vidcarousel').jcarousel();
		$("a[rel^='playVideo']").prettyPhoto({theme:'light_square'});
	}); 
