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