$(document).ready(function() {
    if($('.gallery a').size() > 0){
        $('.gallery a').lightBox({
            fixedNavigation:true
        });
    }

    $('a[href*=".png"], a[href*=".gif"], a[href*=".jpg"]').lightBox({
        fixedNavigation:true
    });
});
