/* ---- ATTN ---- */
.ctjq_attn { padding:1em; position:fixed; background-color:#333; display:none; border-radius:4px; opacity:.8; filter:alpha(opacity=80); z-index:20000; }
  .ctjq_attn .content_ { color:#fff; font-size:16px; font-weight:bold; text-align:center; margin-bottom:8px; }
  .ctjq_attn .close_ { text-align:center; margin:auto; background-color:#fff; font-size:16px; font-weight:bold; width:60px; cursor:pointer; border-radius:2px; }
  .ctjq_attn a { color:#fff!important; text-decoration:underline; }

/* ---- POINTER ---- */
.ctjq_pointer { border:3px solid red; position:absolute; z-index:3000; display:none; }

/* ---- LITEBOX ---- */
.ctjq_litebox_screen {
  display:none; position:fixed; z-index:10000;
  width:3000px; height:3000px;
  top:-10px; left:-10px;
  background-color:#000; 
}
  .ctjq_litebox_screen .loading_ { background:url(/rs/part/loading.gif) no-repeat; height:40px; width:80px; position:fixed; } 

.ctjq_litebox_dialog { cursor:move; display:none; position:fixed; z-index:10010; background-color:#fafafa; padding:10px; border-radius:4px; border:1px solid #ccc; box-shadow: 0 8px 25px 5px rgba(55,20,14,0.2);}
  .ctjq_litebox_dialog .move_cover_ { position:fixed; display:none; background:#fafafa; opacity:0.1; filter:alpha(opacity=10); }
  .ctjq_litebox_dialog .content_ { cursor:default; }
  .ctjq_litebox_dialog iframe { }
  .ctjq_litebox_dialog .title_ { cursor:move; display:none; font-size:18px; font-weight:bold; }
  .ctjq_litebox_dialog .loading_ { cursor:default; background:url(/rs/part/loading.gif) no-repeat; height:20px; width:40px; float:right; }
  .ctjq_litebox_dialog .btn_close_ { cursor:pointer; position:absolute; background:url(/rs/part/dialog_close.png); width:35px; height:35px; float:left; margin: -30px 0 0 -30px;}
  .ctjq_litebox_dialog .control_ { display:none; cursor:default; text-align:center; margin-top:5px; padding-top:5px; }
    .ctjq_litebox_dialog .control_ .btn_cancel_ { cursor:default; margin-right:8px; }
  .ctjq_litebox_dialog .caption_ { font-size:80%; width:70%; margin-bottom:10px; display:none; position:absolute; bottom:0; background-color:#111; color:#fff; padding:5px 10px; }
  .ctjq_litebox_dialog .count_ { font-size:80%; border-radius:5px; text-align:center; font-weight:bold; margin-bottom:15px; margin-right:15px; display:none; position:absolute; bottom:0; right:0; background-color:#111; color:#fff; padding:5px 5px; }
  .ctjq_litebox_dialog .arrow_ {
      position:absolute; top:0; background:#111 no-repeat center center; z-index:10020; height:400px; margin:10px;
      cursor:pointer; z-index:10020; width:80px; opacity:0; filter:alpha(opacity=0); }
    .ctjq_litebox_dialog .armed_ {  opacity:0.4; filter:alpha(opacity=40); }
    .ctjq_litebox_dialog .next_ {  right:0; background-image:url(/rs/cc/icon/silver/arrow-right.png); }
    .ctjq_litebox_dialog .prev_ {  left:0;  background-image:url(/rs/cc/icon/silver/arrow-left.png); }

/* for iframe inner buttons */
.litebox_controls { background-color:#fafafa; position:fixed; height:20px; bottom:0; left:0; padding:5px 0; width:100%; text-align:center;  }
  .litebox_controls input[disabled] { color:#ddd; }
