$(document).ready(function(){
	
	$("a[rel^='photo']").prettyPhoto({theme:'light_rounded',slideshow: false,autoplay_slideshow: false,deeplinking: false, social_tools: ''});
	
});	

