//add class "highlight" to random panel
//        $(document).ready(function(){         
//         
//            $('#sliding_grid li').hover(function() {
//              //$(this).css('z-index',1).data('origTop',$(this).css('top')).data('origLeft',$(this).css('left')).addClass('highlight');
               
//            }, function() {
//             $(this).css('z-index', 0);
//           });
//           
//            $(".highlight").live("hover", function(){
//                $(this).animate({"width": "454px", "height":"282px", "top: ":"94px", "left":"152px", "margin-top: ":"0", "margin-left":"0"}, 500);       
                
//            });   
       
//            $(".highlight").live("mouseout", function(){
//                $(this).animate({"width": "148px", "height":"90px", "top: ":$(this).data('origTop'), "left":$(this).data('origLeft'), "margin-top: ":"0", "margin-left":"0"}, 500, function(){
//                 $(this).removeClass('highlight');   
//                });        
//                
//            });        
//        });
