<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#items .item{cursor:pointer;}
#lb-overlay{position:fixed;width:0;height:0;background-color:#000;display:block;top:0;left:0;overflow:hidden;cursor:pointer;}
#lb-box{background-color:#FFF;position:fixed;top:0,left:0;width:0;height:0;display:none;}
#lb-close,#lb-next,#lb-prev{
  position:absolute;
  width:30px;
  height:30px;
  cursor:pointer;
}
#lb-close{top:-30px;right:-30px;background:url(/ImageGen.ashx?image=/images/template/lb-close.png&amp;width=30) no-repeat transparent;width:30px;height:30px;}
#lb-next{top:48%;right:-30px;background:url(/ImageGen.ashx?image=/images/template/lb-next.png&amp;width=30) no-repeat transparent;}
#lb-prev{top:48%;left:-30px;background:url(/ImageGen.ashx?image=/images/template/lb-prev.png&amp;width=30) no-repeat transparent;}

</pre></body></html>