This is an old version of this answer!
Return to the current answerSearch for #CB_Window and change the z-index to 1999.
#CB_Window {
left:50%;
position:absolute;
top:50%;
visibility:hidden;
z-index: 1999;
border-collapse: separate;
}
Patrascu Vlad | 08/04/10 at 7:35am
