$(document).ready(function() {

$('#preFeature').siteFeature({
	tabsLocation: 'left',
	tabBgImg: 'http://www.smartsharepointsolutions.nl/images/arrow-left.png',
	tabBgImgIE6: 'http://www.smartsharepointsolutions.nl/images/arrow-left.gif',
	txtBoxAnimateInType: 'slideLeft',
	txtBoxAnimateOutType: 'slideRight',
	txtBoxAnimateInHorzType: 'fade',
	txtBoxPauseBetweenInOut: 0,
	autoPlay: true,
	autoPlayInterval: 4000,
	imgWidth: '600px',
	activeWindowIsLink: false,
	pauseOnHover: true,
	containerWidth:'800px',
	txtBoxWidth: '185px'

});
	
});



