     $(function() {
        $('.more a').lightBox();
    });
 
 
 
 
  $(document).ready(function(){
          $("div.more").mouseenter(function () {
		$(this).fadeTo("fast", 1.00);
    });
    
    
     
     
     
          $("div.more").mouseleave(function () {
		$(this).fadeTo("fast", 0.00);
    });
    
    
    
    

    
    
    
    
    
    
    

    
    
    
              $("div.paintgrid").mouseout(function () {
            		$(this).fadeOut("fast");
    });
    
           $("div.paintgrid3").mouseout(function () {
	$(this).fadeOut("fast");
    });  
 
 
    
           $("div.paintgrid2").mouseout(function () {
	$(this).fadeOut("fast");
    });  
    
    
    
    
  });
