$(document).ready(function(){
	$(".info a img").parent('a').attr("rel","prettyPhoto[1]"); 
	$(".info a img").parent('a').prettyPhoto({
		theme:'facebook',
		opacity: 0.9,
		show_title: false				
	});
});
