// JavaScript Document
$(function(){
	$.Lightbox.construct({
		"speed": 300,
		"opacity": 0.8,
		"show_linkback": false,
		"show_info": true,
		"show_extended_info": true
	});
});

function openGallery ()
{
	$('a[rel="lightbox-Gallery"]').lightbox({start:true});
};
