$(document).ready(function(){
    	$("a[rel^='lightbox']").prettyPhoto({
    			   animationSpeed:'slow',
             show_title:false,
             overlay_gallery:false,
             deeplinking:false,
             social_tools: '<div class="pp_social"><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href='+location.href+'&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>' /* html or false to disable */
    	}); 			
});
