/* jQuery Pretty Photo Modal Box
****************************************************************/
$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({
			showTitle: true, 
			theme: 'light_square'
		});
	});
