Shadowbox.init({
    overlayOpacity:     0.8,
    flashParams:        {bgcolor:"#FFFFFF"},
    animSequence:       "sync",
    initialHeight:      10,
    initialWidth:       10 // we shouldn't set these values to 0, as it causes
                           // a rendering bug in Chrome.
});