$(document).ready(function () {
 $('.featureSlider').anythingSlider({
	 	theme: "minimalist-round",
	 	autoPlay: true,
		buildArrows: false,
		toggleArrows: false,
		toggleControls: true,
		enableNavigation	: true,
		delay: 10000,
		animationTime: 600
 	}); // add any non-default options here
});

domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({ ImageFlowID: 'boroughSlider',
	reflections: false,
	imageScaling: false,
	xStep: 128,
	startID: 16,
	captions: false,
	circular: true,
	imageCursor: 'pointer',
	buttons: true,
 	aspectRatio: 7.16, 
	reflectionP: 0.0});
});
