// JavaScript Document

$(document).ready(function() 
{
	$("#slider").anythingSlider({
		buildStartStop	: false,
		autoPlay		: true
	});
});
