/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  border-radius: 10px;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 10000000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity = 35);
  -moz-opacity: 0.35;
  opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ?  document.body.scrollHeight :     
    document.body.offsetHeight +  'px');
}

#TB_window {
  position: fixed;
  z-index: 10000002;
  color: #000000;
  display: none; /*border:10px solid #868284;*/
  background: url(../../images/v3img/pop_dialog_border.png) repeat;
  padding: 10px;
  text-align: left;
  top: 50%;
  left: 50%; /*padding: 1px;*/
}

* html #TB_window { /* ie6 hack */
  position: absolute;
  padding: 10px;
  margin-top: expression(0 - parseInt(this.offsetHeight/ 2)+ (  TBWindowMargin= document.documentElement&&  document.documentElement.scrollTop||
     document.body.scrollTop)+  'px');
}

#TB_window img#TB_Image {
  display: block;
  margin: 10px 0 0 10px;
}

#TB_caption {
  height: 25px;
  padding: 7px 0px 0px 15px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 20px 15px 0px 0;
  float: right;
}

#TB_closeAjaxWindow {
  float: right;
  height: 10px;
  line-height: 10px;
  padding: 6px 10px 0px 10px;
}

#TB_closeAjaxWindow a {
  text-decoration: none;
  background: #426cad;
  color: #FFF;
}

#TB_closeAjaxWindow a img {
  border: 0;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

#TB_ajaxWindowTitle {
  float: left;
  margin-left: 10px;
  _margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

#TB_title {
  background-color: #426cad;
  border-top: 1px solid #395c93;
  border-left: 1px solid #395c93;
  border-right: 1px solid #395c93;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#TB_ajaxContent {
  clear: both;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
  background-color: #FFF;
  border-bottom: 1px solid #395c93;
  border-left: 1px solid #395c93;
  border-right: 1px solid #395c93;
}

#TB_ajaxContent.TB_modal {
  border: 1px solid #395c93;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 10000003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight/ 2)+ (  TBWindowMargin= document.documentElement&&  document.documentElement.scrollTop||
     document.body.scrollTop)+  'px');
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ?  document.body.scrollHeight :     
    document.body.offsetHeight +  'px');
}

#TB_iframeContent {
  clear: both;
  border: none;
  background: #fff;
}

#TB_iframeContent body {
  padding: 0px;
}

a.thickbox {
  cursor: pointer;
}

#TB_window .but_div {
  padding-bottom: 0;
}
/*鍥剧墖寮瑰嚭妗嗗乏鍙虫柟鍚戠澶�*/
.img_focus_pre a {
  background: url(../../images/arrow_img.png) 0px 0px no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  left: 15px;
  top: 198px;
}

.img_focus_pre a:hover {
  background: url(../../images/arrow_img.png) 0px -144px no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  left: 15px;
  top: 198px;
}

.img_focus_next a {
  background: url(../../images/arrow_img.png) 0px -72px no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 15px;
  top: 198px;
}

.img_focus_next a:hover {
  background: url(../../images/arrow_img.png) 0px -216px no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 15px;
  top: 198px;
}