$(document).ready(function(){
	
$('#preFeature').siteFeature({
tabLocation: 'right',
tabBgImg: 'images/arrow-left.png',
tabBgImgIE6: 'images/arrow-left.gif',
txtBoxAnimateInType: 'slideRight',
txtBoxAnimateOutType: 'slideLeft',
txtBoxPauseBetweenInOut: 0,
autoPlay: true,
autoPlayInterval: 3000
});
	
});