jQuery(document).ready(function(){
     
 jQuery("#lightbox, #lightbox-panel").fadeIn(300);  
 jQuery("a#close-panel").click(function(){ 
 jQuery("#lightbox, #lightbox-panel").fadeOut(300);  
 })
})
