$(document).ready(function()
{
	
////////////////////////////////////////////////////////////////////////////////////////
//
// Gallery instantiation
//
////////////////////////////////////////////////////////////////////////////////////////
	
	if ($("a[rel^='prettyPhoto']"))	$("a[rel^='prettyPhoto']").prettyPhoto();	
});