$(document).ready(function(){
	/*
	$(".articleText .text a").each(function (i) { 
		$(this).attr('rel', 'photo[gallery1]');
	});
	*/
	
	$("a[rel^='photo']").prettyPhoto({
		animationSpeed: 'fast', /* fast/slow/normal */
		opacity: 0.80, /* Value between 0 and 1 */
		showTitle: true, /* true/false */
		allowresize: true, /* true/false */
		default_width: 400,
		default_height: 200,
		theme: 'light_rounded'
	});
	
});







