/* Darkbox
--------------------------------*/
html.blackout {	background:#fff; }

body.noscroll { position:static; overflow:hidden; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; *padding:0; *width:99%; }
body.noscroll * { display:none !important; }

body.noscroll .noscroll-show,
body.noscroll .noscroll-show * { display:block !important; }

.darkbox-content { display: none; position:absolute; top:0; left:0; width:100%; }
.darkbox-content .close { display:block; z-index:2000; position:absolute; top:24px; left:24px; width:31px; height:31px; cursor:pointer; background:url('http://images.apple.com/v/macbook-pro/a/images/fluid_gallery_close.png') 0 0; behavior:url(/global/scripts/lib/ie7pngfix.htc); }
.darkbox-content .close:hover { background-position:0 32px; }