$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 24,
		opacity: 0.0,
		showTitle: false,
		allowresize: true,
		counter_separator_label: ' av ',
		theme: 'savea'
	});
});