$(document).ready(function(){	
	$("#ticker-tape").easySlider({
		controlsBefore:	'<p id="controls-home">',
		controlsAfter:	'</p>',	
		auto: true, 
		continuous: true,
		speed: 8000,
		pause: 4000,
		prevId: 'prevBtn-home',
		nextId: 'nextBtn-home'	
	});			
});	
