
						
						
						$(document).ready(function(){ 
						  $("#enciendethumbs").toggle(function() { 
						                      $("#slideshow").fadeIn("slow");
						                      },
						                       function() { 
						                     $("#slideshow").fadeOut("slow"); 
						                    });
						   });
						
