$(document).ready(function() {
	$('a.lightbox').lightBox({fixedNavigation:true});

    $('.share-link a').click(function(){
	    window.open(this.href);
	    return false;
    });

});

