$(document).ready(function(){	
    $("#slider2").easySlider({
	auto:true,
	continuous: true,
	controlsBefore:	'<p id="controls2">',
	controlsAfter:	'</p>',	
	prevId: 'prevBtn',
	nextId: 'nextBtn'	
});	
	});
