// JavaScript Document

$(document).ready(function() {
	$("#listado_fotos").show();
	$("#listado_fotos").carouFredSel({
		auto : {
			pauseOnHover: true,
			pauseDuration		: 5000
		},
		prev : {	
			button	: "#anterior",
			key		: "left"
		},
		next : { 
			button	: "#siguiente",
			key		: "right"
		},
		items: 1
	});
});
