﻿$(function() {
  $('a[rel*=facebox]').facebox() ; 
  $.facebox.settings.opacity = 0.8; /* add this line */ 

})