(function($){
	$.fn.ppiframe = function(o){
		return this.click(function(e){
			e.preventDefault();
			
//			$.extend(o, {
//				custom_markup: '<div id="tx_jqueryprettyphoto-ppajax" style="overflow:auto;"></div>',
//				changepicturecallback: function(){
//					var url = $(e.currentTarget).attr('href');
//					$.get(url, function(data){
//						//$('#tx_jqueryprettyphoto-ppajax').html(data);
//					});
//				}
//			});
			
			$.fn.prettyPhoto(o);
			$.prettyPhoto.open($(e.currentTarget).attr('href') + '?iframe=true&width=1280&height=768');
		});
	};
})(jQuery);
