When working with JavaScript:
$(document).ready(function() {
$(".fancybox").fancybox({
helpers: {
overlay: {
opacity: 0.4,
css: {
'background-color': '#FFF'
}
}
}
});
});
However, the height of the background on the overlay is remaining at 0. View here