Hello Mark,
Please update to this CSS. Feel free to update 8px to your preferred blurriness.
.soliloquy-container .soliloquy-image {
background: #fff;
padding: 10px;
box-shadow: inset 1px 1px 8px #888888, inset 1px -1px 8px #888888,inset -1px 1px 8px #888888,inset -1px -1px 8px #888888;
}
As you notice, the blurriness is inset or pointing inside because since it is a slider it’s container hides anything outside because of it’s structure.
Hope this helps.