// $Id$
jQuery(document).ready(function()
{
	jQuery.fn.colorbox.settings.bgOpacity = "0.2";

	jQuery(".colorbox").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});

	jQuery("#button-gallery").click(function()
	{
		jQuery("a[rel='sign']").click();
	});
});
