<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
.thumbSlider{
  display: none;
  position: relative;
  height: 483px;
  margin-bottom: 20px;
}
.thumbSlider-mainDisplay{
  width: 650px;
  height: 410px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
.thumbSlider-mainItemList{
  list-style-type: none;
  position: absolute;
  left: 0;
}
.thumbSlider-mainItemList li{
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.thumbSlider-mainControls{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.thumbSlider-mainControls .thumbSlider-prevButton{
  position: absolute;
  left: 13.5%;
  height: 70px;
  margin-top: -80px;
}
.thumbSlider-mainControls .thumbSlider-nextButton{
  position: absolute;
  right: 13.5%;
  height: 70px;
  margin-top: -80px;
}
.thumbSlider-mainControls .thumbSlider-prevButton.inactive img,
.thumbSlider-mainControls .thumbSlider-nextButton.inactive img{
  opacity: 0.7;
}
.thumbSlider-subDisplay{
  width: 650px;
  height: 63px;
  margin: 0 auto;
  overflow: hidden;
}
.thumbSlider-subItemList{
  list-style-type: none;
  margin: 0 auto;
}
.thumbSlider-subItemList a:focus,
.thumbSlider-subItemList a:active{
  outline: none;
  outline: 0;
}
.thumbSlider-subItemList li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px;
  width: 100px;
}
.thumbSlider-subItemList li a{
  display: block;
  height: 63px;
}
.thumbSlider-subItemList li img{
  width: 100px;
  height: 63px;
}
.thumbSlider-subItemList li img:hover,
.thumbSlider-mainControls .thumbSlider-nextButton img:hover,
.thumbSlider-mainControls .thumbSlider-prevButton img:hover{
  opacity: 0.7;
  cursor: pointer;
}
.thumbSlider-subItemList li.active img{
  width: 94px;
  height: 57px;
  border: 2px #bf0000 solid;
}