jQuery(document).ready(function(){
	//alert("prettyPhoto");
	//jQuery("a[rel^='prettyPhoto']").prettyPhoto({
	//	allow_resize: true,
	//});
	jQuery("#aIstVideo").prettyPhoto({
		allow_resize: true,
	});
});

