// miniaturas

 $(function() {
$(".image").click(function() {
var image = $(this).attr("rel");
$('#image').hide();
$('#image').fadeIn('slow');
$('#image').html('<a rel="nofollow" target="_blank" href="http://www.eswebcams.com/?acc=32470185&tour=20&track=vecinas&d=yes&def=wcam2&rev=yes"><img src="' + image + '" style="padding:0px; margin:0px; background:none;" alt="foto" /></a>');
	});
});
