/***********幻灯片样式*************/
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:40%;
  z-index: 3;
  overflow: hidden;
  text-indent: 9999px;
  text-decoration: none;
  height: 61px;
  width: 53px;
  padding-left:8px;
}
.callbacks_nav.prev {
  background: transparent url(../../../img/v1/common/shop_prev.png) no-repeat center;
  left:20px;
}
.callbacks_nav.next {
  background: transparent url(../../../img/v1/common/shop_next.png) no-repeat center;
  right:20px;
}
.callbacks_nav:active {opacity: 1.0;}

.callbacks_tabs {
  position: absolute;
  bottom:20px;
  z-index: 9999;
  text-align: center;
  width:100%;
}
.callbacks_tabs li{
  display:inline-block;
  *display:inline;
  margin-right:10px;
  width:115px;
  height:38px; /*for firefox*/
  position: relative;
}
.callbacks_here a{
  border:2px solid #FFF;
  position: absolute;
  top:14px;
  left:-2px;
  *border:none;
  *position:static;
}

 /*小幻灯片*/
.smartAdv-wrap{
	overflow:hidden;
	float:left;
	position:relative;
}
.smartAdv-controller{
	width:160px;
	position:absolute;
	bottom:10px;
  right:7px;
	z-index: 1000;
}
.smartAdv-controller li{
	display:block;
	float:left;
	width:39px;
	margin-right:8px;
}
.smart_curr_tabs a span , .smart_curr_here a span{
	width:39px;
	height:24px;
    display:block;
    margin-right:8px;
    background: url(../../../img/v1/common/ad_8_1.jpg) no-repeat center center;
}
.smart_curr_here a span{background: url(../../../img/v1/common/ad_8_2.jpg) no-repeat center center;}
.box_ad_silde{
    width:100%;
    position:relative;
    overflow:hidden;
}
.slide_top_m {*margin-top:10px;_margin-top:-10px;}