
// gall 1  
    $(".thumbs a.g1").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p1.jpg" width="688" height="514" />'); 
        $(".gall-caption").text("Colin Firth's A Life in Pictures event in the Princess Anne Theatre. Pic: BAFTA/Jamie Simonds");   
    });
    
// gall 2  
    $(".thumbs a.g2").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p2.jpg" width="688" height="514" />');
        $(".gall-caption").text("Blue Peter's Andy Akinwolere and Mister Maker entertain young ones at a British Airways ScreenPLAY event in the David Lean Room. Pic: BA");  
    }); 
    
// gall 3  
    $(".thumbs a.g3").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p3.jpg" width="688" height="514" />');
        $(".gall-caption").text("195 Piccadilly offers an impressive range of food styles. These cupcakes were part of a special screening of Sex & The City 2.");   
    });
    
    
    
// gall 4  
    $(".thumbs a.g4").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p4.jpg" width="688" height="514" />');
        $(".gall-caption").text("Lord Puttnam, Tony Blair and Adrian Chiles at the prize-giving for the Tony Blair Faith Foundations film competition, Faith Shorts. Pic: Andrew Baker");  
    });
    
// gall 5  
    $(".thumbs a.g5").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p5.jpg" width="688" height="514" />');
        $(".gall-caption").text("Filmmaker Tom Ford and Grazia's Hannah Marriott in the Boardroom, as part of the Orange Wednesdays Rising Star Award jury. Pic: Nathan Gallagher");   
    }); 
    
// gall 6  
    $(".thumbs a.g6").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p6.jpg" width="688" height="514" />');
        $(".gall-caption").text("Broadcaster Francine Stock and Bill Nighy at the actor's A Life in Pictures event. Pic: BAFTA/Jamie Simonds");   
    });
    
    

// gall 7  
    $(".thumbs a.g7").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p7.jpg" width="688" height="514" />');
        $(".gall-caption").text("BAFTA's Chief Executive Amanda Berry OBE with Dominic Cooper before he announced the nominations for the Orange British Academy Film Awards with Talulah Riley. Pic: BAFTA/Brian Ritchie");   
    });
    
// gall 8  
    $(".thumbs a.g8").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p8.jpg" width="688" height="514" />');
        $(".gall-caption").text("Dazed and Confused editor Jefferson Hack interviewed Michael Stipe at the premiere of a series of films produced for REM's new album, Collapse Into Now. Pic: Amelia Karlsen");  
    }); 
    
// gall 9  
    $(".thumbs a.g9").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p9.jpg" width="688" height="514" />');
        $(".gall-caption").text("One of the young mentees introduces the film he was involved in at the BAFTA Youth Mentoring Scheme showcase. Pic: BAFTA/Ed Miller");   
    });
    
    
// gall 10  
    $(".thumbs a.g10").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p10.jpg" width="688" height="514" />');
        $(".gall-caption").text("A special 3D screening of Alice In Wonderland was accompanied by a Mad Hatters Tea Party. Pic: Guy Porter");    
    });
    
// gall 11  
    $(".thumbs a.g11").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p11.jpg" width="688" height="514" />');
        $(".gall-caption").text("Jon Snow chairs The Arab Spring: A Broadcasting Revolution, a panel discussion on the changing face of conflict news broadcasting. Pic: BAFTA/Steve Butler");  
    }); 
    
// gall 12  
    $(".thumbs a.g12").hover(function(){           
        $("#gallery").html('<img src="img/piccadilly/p12.jpg" width="688" height="514" />');
        $(".gall-caption").text("Visitors to the Greening The Screen trade fair in the David Lean Room power a cinema projector with pedal power. Pic: BAFTA/Jamie Simonds");  
    });