$(document).ready(function(){	
	$("#refrenceBox").easySlider({
		auto: true,
		continuous: true,
		pause: 6000,
		controlsShow: true,
	});
});