$(document).ready(function(){

//Hide (Collapse) the toggle containers on load
$(".hide-tab").hide();

$('#gallery a').lightBox();


});


