#cee_box{background:#ddd url("../images/lightbox_bg.png") repeat-x;behavior:url(./css/PIE.htc);position:relative;}
#cee_title{padding:9px 0 7px;position:relative;margin-right:42px;margin-left:15px;background:url("../images/lightbox_bg.png") repeat-x;}
#cee_title h2{font-size:18px;color:#666;padding-bottom:0;}
.cee_bg{border:0 none;height:20px;margin:0;padding:0;position:absolute;width:20px;z-index:1001;}
#cee_bg_n{background-image:url("../images/lightbox-x.png");top:-20px;left:0;width:100%;}
#cee_bg_ne{background-image:url("../images/lightbox.png");background-position:-40px -162px;top:-20px;right:-20px;}
#cee_bg_e{background-image:url("../images/lightbox-y.png");background-position:-20px 0px;top:0;right:-20px;height:100%;}
#cee_bg_se{background-image:url("../images/lightbox.png");background-position:-40px -182px;bottom:-20px;right:-20px;}
#cee_bg_s{background-image:url("../images/lightbox-x.png");background-position:0 -20px;bottom:-20px;left:0;width:100%;}
#cee_bg_sw{background-image:url("../images/lightbox.png");background-position:-40px -142px;bottom:-20px;left:-20px;}
#cee_bg_w{background-image:url("../images/lightbox-y.png");top:0;left:-20px;height:100%;}
#cee_bg_nw{background-image:url("../images/lightbox.png");background-position:-40px -122px;top:-20px;left:-20px;}

/* Next up a bunch of ugly ass css hacks to fix the fact that IE cuts off the close button when it floats negative.
Yeah "thou shalt not hack the css" ...so sue me it's better than handling it in the javascript */ 
#cee_closeBtn {top:8px;right:7px;background-image:url("../images/lightbox-close-btn.gif");} /* base value only here for IE8 */
#cee_closeBtn, #ie8#hack {top:8px;right:7px;} /* All browsers except IE8 see this; IE8 keeps using the */
*:first-child+html #cee_closeBtn{top:8px;right:7px;} /* only IE7 sees this*/ 
* html #cee_closeBtn{top:8px;right:7px;} /*only IE 6 sees this*/

#cee_closeBtn:hover{background-position:0 0;}
#cee_vid{margin:0;padding:0 5px 6px;border:none;}