#lbOverlay {
background-color:#000000;
cursor:pointer;
left:0;
position:absolute;
width:100%;
z-index:1000; << add this line
}
#lbCenter, #lbBottomContainer {
background-color:#FFFFFF;
left:50%;
overflow:hidden;
position:absolute;
z-index:1000; << add this line
}
Time to create page: 0.049 seconds