$(document).ready(function(){	
	$("#reduccache").easySlider({
		orientation:'horizontal',
controlsShow: false,
controlsBefore:	'',
controlsAfter:	'',
controlsFade: false,				
vertical: false,
speed: 1200,
auto: true,
pause: 6000,
continuous: true
	});
});
