var $photo = jQuery.noConflict();

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