$(document).ready(function()
	{
		if($("div#front-page").length > 0)
		{
			$('div.items').easySlider
			({
			 	auto:true,
				speed:800,
				continuous:true,
				pause:7000,
				controlsShow:false
			 });

		}
	});
