// $(function() {
//     $('.content-meta').hover(function() {
//         $('.photo-detail .photo-title').hide();
//         $('.photo-detail .photo-exif').fadeIn();
//     },
//     function() {
//         $('.photo-detail .photo-exif').hide();
//         $('.photo-detail .photo-title').fadeIn();
//     });
//     
//     // setTimeout('flashText()', 4000);
// });
// 
// function flashText() {
//     $('.photo-title').animate({"opacity": .3}, 100).animate({"opacity":1},100);
//     setTimeout('flashText()', 10000);
// }

$(function() {
    $('.panel:first').show()
    
    $('.section:first').addClass('first-section')
    $('.section:last').addClass('last-section')
})