//<![CDATA[

$(document).ready(
	function(e)
	{
		$("#fotos li:nth-child(3n) span").css({'border-right':'1px solid #808080'});
		$("#fotos li").append('<img class="capa" src="./media/capa.png" alt="" width="" height="" />').hover(function(){$(".capa", $(this)).hide()},function(){$(".capa", $(this)).show()});
	}
);
//]]>
