/*
	jQuery - siteFeature2 Plugin
	@copyright Michael Kafka - http://www.makfak.com
	@version 1.0
	*** Demo *** 
*/
$(document).ready(function() {

	$('#preFeature2').siteFeature2({	pauseBtnLocation: 'right', 
  pauseOnHover: false, menuExist: false, imgAnimationDirection: 'fade', 	
  autoPlayInterval: 5000, imgAnimationDuration: 1000, activeWindowIsLink: true });

});

