// JavaScript Document
$(document).ready(function(){
	$('.slider').advancedSlider({xmlSource:'./xml/feature.xml', width: 940, height: 300, skin: 'light-round-extended', slideshowControls: true, fadeNavigationArrows: false, thumbnailsType: 'none'});
});
