/**
 * LightBox BoutikCircus
 *
 *
 *
**/

#lightbox_background { background: #000; position: fixed; height: 100%; width: 100%; left: 0; top: 0; opacity: .8; filter: alpha(opacity=80); -moz-opacity: .8; -khtml-opacity: .8; z-index: 1000; }

#lightbox_content { border:16px solid #fff; position: fixed; top:100px; left:50%; margin:0 0 0 -308px; background:#fff; overflow: hidden; z-index: 1001; cursor:pointer; }