// JavaScript Document
	$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({
			theme: 'light_square',slideshow:5000, autoplay_slideshow:false}
			);
	});

