.product_pic_preview_div
{
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.product_pic_preview_div .preview_box
{
	padding:5px;
	padding-bottom:5px;
	float:left;
	width:20%;
	display:none;
}
.product_pic_preview_div .preview_box:hover
{
	border:1px #a00 solid;
	cursor: pointer;
}
.product_pic_preview_div .preview_box img
{
	width:100%;
	height:100%;
}
.product_pic_preview_div .preview_last
{
	position:absolute;
	color:#fff;
	top:0;
	left:0;
	height:100%;
	border:0;
	width:30px;
	background-color:rgba(240 , 240 , 240 , 0.6);
	font-size:1.8em;
}
.product_pic_preview_div .preview_next
{
	position:absolute;
	color:#fff;
	top:0;
	right:0;
	height:100%;
	border:0;
	width:30px;
	background-color:rgba(240 , 240 , 240 , 0.6);
	font-size:1.8em;
}
.product_pic_preview_div button:focus
{
	outline: none !important;
	box-shadow: none;
}


.zoomproductimg 
{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:100%;
	border:2px #666 solid;
	display:none;
	overflow:hidden;
}

.zoomproductimg .title
{
	position:relative;
	z-index:60;
	background-color:#666;
	color:#fff;
	margin:0px;
}

.zoomproductimg .bigbox
{
	position:relative;
	padding:0px;
}

.zoomproductimg .bigimg
{
	position:absolute;
	z-index:50;
}

/* 顯示圖片區 */
.product_pic_div
{
	position:relative;
}

/* mask 遮罩 */
.product_pic_div .mask
{
	width:175px;
	height:175px;
	background: rgba(255 , 255 , 200 , 0.4);
	position: absolute;
	top:0px;
	left:0px;
	/* cursor: move; */
	display: none;
}

a.stock 
{
	position:relative;
	display:block;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	border: 2px #eee solid !important;
}

a.btnfocus
{
	background-color:#FFE6D9;
	border:2px #FF8040 solid !important;
}

a.stock , a.stock:active , a.stock:focus , a.stock:visited
{
	border: 2px #ccc solid;
}

a.stock:hover
{
	border: 2px #666 solid !important;
}