$(function() {
        $('#gallery a').lightBox();
        $('.bslink').bstip({
        	 hook:"bottom-mid"
        });
    });

