Penn,
You will need to edit the slimbox.css for VirtueMart:
#lbOverlay {
background-color:#000000;
cursor:pointer;
left:0pt;
position:absolute;
width:100%;
z-index:1000; <--Add this
}
#lbCenter, #lbBottomContainer {
background-color:#FFFFFF;
left:50%;
overflow:hidden;
position:absolute;
z-index:1000; <---Add this
}