/* site/gallery.js */
$(document).ready(function(){setTimeout(function(){$('#gallery-info-bubble').animate({"opacity":"toggle"},"slow");},10000);});

