// JavaScript Document
	$(document).ready(function(){
		$('a[rel="prettyPhoto"]').prettyPhoto({
			theme: 'light_rounded',
			social_tools: false
		});
	});

