﻿/* 商品展示相册css -start*/
.clearfix{display:block;clear:both;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
/* play */
#play{
	width:344px;
	height:258px;
	position:relative;
	overflow:hidden;
}
#play .img_ul li img{
	clear:both;
	width:344px;
	height:258px;
	overflow:hidden;
}
#play .change_a{width:50%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(about:blank);}
#play .prev_a{left:0;}
#play .next_a{right:0}
#play .change_a span{width:64px;height:64px;display:block;position:absolute;top:50%;margin-top:-21px;display:none}
#play .prev_a span{left:0;}
#play .next_a span{right:0;}
#play .img_ul{position:relative;z-index:1;}
.img_hd {
	width:344px;
	height:83px;
	padding-left:1px;
	margin-top:5px;
	overflow:hidden;
	position:relative;
}
.img_hd ul{
	height:84px;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.img_hd ul li{
	*display:inline;
	float:left;
	width:110px;
	height:83px;
	text-align:center;
	margin-right:6px;
	cursor:pointer;
	overflow:hidden;	
}
.img_hd ul li img{
	clear:both;
	width:110px;
	height:83px;
	overflow:hidden;
}
.img_hd ul li.on{border-color:rgb(84, 53, 173);}
.img_hd .bottom_a{width:22px;height:22px;position:absolute;display:block;top:50%;margin-top:-11px;cursor:pointer;z-index:10}
.img_hd .prev_a{background-position:0 -24px;left:5px;}
.img_hd .next_a{background-position:-30px -24px;right:5px;}
/* 商品展示相册css -end*/