$(document).ready(function(){
	$("#slider").sudoSlider({
			auto:true,
			fade: true,
			prevNext:true,
	        prevHtml:'<span style="float:left; cursor:pointer; margin-left:10px; margin-top:10px; color:#fff;">&lt; Anterior</span>',
	        nextHtml:'<span style="float:right; cursor:pointer; margin-right:10px; margin-top:10px; color:#fff;">Siguiente &gt;</span>',
			fadespeed:'500',
			pause: '2000'
	});
});

