
$(document).ready(function(){

if($('#gallery')!=null){
$('a.pic').lightBox({fixedNavigation:true});
}

});


