﻿/* =================== 产品详细 > 大图 ===================== */
/* product_detail_bigview */
/* ================================================================== */
.product_detail_bigview {height:460px; margin:20px 0px; 
  overflow: hidden;
  position: relative;
}

.product_detail_bigview .wb-gallery .pic_box {
 height:450px; width:800px;  padding:2px;
 text-align:center; border:1px solid #CCC; overflow:hidden;
}
.product_detail_bigview .wb-gallery .pic_box img{height:450px; width:800px;}
.product_detail_bigview .wb-gallery .zoom {
  /* background-color: #ff0; */
  position: absolute;
  height: 20px;
  width: 350px;
  left: 0;
  bottom: 0;
  text-align:center;
}
.product_detail_bigview .wb-gallery .slider_box {
  border:1px solid #CCC; background:#f6f6f6;
  position: absolute;
  height:414px;
  width:250px; padding:20px;
  right:0px;
  top : 0;
}
.product_detail_bigview .wb-gallery .slider_box .nav_prev{background:url(../images/top.jpg) no-repeat;
  position: absolute;
  height: 35px;
  width: 110px;
  left:125px; top:5px;}
 .product_detail_bigview .wb-gallery .slider_box .nav_next { background:url(../images/bottom.jpg) no-repeat;
  position: absolute;
  height: 35px;
  width: 110px;
  left: 125px; bottom :5px;
}
.product_detail_bigview .wb-gallery .slider_box .nav_prev a,
 .product_detail_bigview .wb-gallery .slider_box .nav_next a {
  height: 35px;
  width: 110px;
  display:block;
  overflow:hidden;
}

.product_detail_bigview .wb-gallery .slider_box .window {
  position: absolute;
  height: 355px;
  width: 250px;  
  top :45px;
  overflow:hidden;
}
.product_detail_bigview .wb-gallery .slider_box ul {
  position: absolute;
  height: 4500px;
  width:250px;
  left: 0;
  top : 0;
}
.product_detail_bigview .wb-gallery .slider_box ul li {
  width:250px;
  height:112px; background:#FFF;
  overflow:hidden; 
  display:block;
  text-align:center;
  margin-bottom:8px;
}
.product_detail_bigview .wb-gallery .slider_box ul li a {
  width:248px;
  border: 1px solid #dcdcdc;
  height:98px; padding:6px 0px;
  display:block;
  text-align:center; 
  overflow: hidden;
}

.product_detail_bigview .wb-gallery .slider_box ul li.active a,
 .product_detail_bigview .wb-gallery .slider_box ul li.hover a {
  border:1px solid #d03159;
   height:98px;
}