$(document).ready(function(){
	$('a[rel^="prettyPhoto"]').prettyPhoto({
		'animationSpeed' : 'fast',
		'theme' : 'light_rounded',
		'allowresize' : true
	});
	
})

