#bodyOverlay { z-index:900; background-color:#000; position:absolute; top:0; left:0; width:100%; }
#bodyOverlay_prev {	background-color:#fff; width:400px; height:320px;/*affects .slide*/ z-index:1000; margin-left:-200px; margin-top:-200px; position:fixed; left:50%; top:50%; }
#bodyOverlay_prev .close { background-color:#fff; text-align:right; font-weight:bold; padding:0 8px 5px 0; margin:0; }
#bodyOverlay_prev .close a:link, #bodyOverlay_prev .close a:visited { text-decoration:none; color:#666; }
#bodyOverlay_prev .close a:hover { text-decoration:none; color:#f00; }
/** IE6 hack - workaround fixed position bug **/
* html #bodyOverlay_prev { /*\*/position:absolute; top: expression(((document.documentElement.clientHeight/2) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
#bodyOverlay_prev .slide{/*height:100%;*/ overflow:auto; padding:0;	margin:0; height:335px; background-color:#fff; }
