$(document).ready(function(){	
	var html = "";	
	html += "<li><a href='/page.html?id=6'><img src=\"https://s3-eu-west-1.amazonaws.com/softamowebs/casariodulce/design/ofertas.png\" width=\"300\" height=\"81\" alt=\"Ofertas Casa Rural Río Dulce\" /></a></li>";	
	html += "<li><a href='/page.html?id=6'><img src=\"https://s3-eu-west-1.amazonaws.com/softamowebs/casariodulce/design/atardeceres.png\" width=\"300\" height=\"81\" alt=\"Atardeceres, Casa Rural Río Dulce\" /></a></li>";	
	
	$("#slider ul").append(html);
	
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		controlsShow: false,
		speed: 	800,				
		pause:	3000
	});
});
