$(document).ready(function(){
	try
	{
		$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	}
	catch(e) {}
});


