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

