﻿/// <reference name="MicrosoftAjax.js"/>
$(document).ready(function()
{
	$("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'dark_rounded', allowresize: false });
});
