﻿// File JScript

	$(document).ready(function(){
		$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	});


