$(document).ready(function(){
	$("#slider").easySlider({
		nextId: 'servicesSubSliderNext',
		prevId: 'servicesSubSliderPrev'
	});
});