$(document).ready(function(){
	$("#multiteaser").anythingSlider({
		theme: "multiteaser",
		width: "558px",
		height: "244px",
		resizeContents: false,
		buildArrows: false,
		buildStartStop: false,
		autoPlay: true,
		delay: 5000,
		navigationFormatter: function(index, panel) { return teaser_titles[index - 1]; }
	});
});
