<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#products-show-pic {
	margin: 0px;
	padding: 5px;
	width: 355px;
	float: left;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	text-align: center;
    margin-top: 10px;
}
#products-show-pic * {
	/*margin: 0px;
	padding: 0px;*/
	word-break: break-all;
	border-radius: 5px;
}
#ifocus {
	margin: 0px;
	padding: 6px 0px 0px 5px;
	width: 340px;
	/*height: 225px;*/
	float: left;
}
#ifocus_pic {
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 225px;
	overflow: hidden;
	position: relative;
	display: inline;
	word-break: break-all;
	float: left;
}
#ifocus_piclist {
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 225px;
	position: absolute;
	left: 0px;
	text-align: center;
}
#ifocus_piclist ul {
	padding: 0;
	margin: 0
}
#ifocus_piclist li {
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 225px;
	list-style-type: none;
	overflow: hidden;
}
#ifocus_piclist img {
	vertical-align: middle;
}
#ifocus_btn {
	width: 340px;
	display: block;
	float: left;
	margin-left: 5px;
}
#ifocus_btn li {
	margin: 0px;
	padding: 12px 5px 5px 5px;
	width: 85px;
	height: 70px;
	list-style: none;
	background: url('../../images/store-pic-s-bg.gif') no-repeat left top;
	cursor: pointer;
	filter: alpha(opacity=50);
	float: left;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#ifocus_btn li .wrapper {
	display: table-cell;
	width: 75px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#ifocus_btn img {
	margin: 0px;
}
#ifocus_btn .current {
	margin: 0px;
	background: url('../../images/store-focus_bg.jpg') no-repeat left top;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#ifocus_opdiv {
	width: 400px;
	height: 35px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#ifocus_tx {
	color: #666666;
	position: absolute;
	left: 8px;
	bottom: 8px;
}
#ifocus_tx .normal {
	display: none;
}
#ifocus_tx ul {
	list-style: none
}

@media print, screen and (max-width:999px){

#products-show-pic	{
	width: calc(100% - 12px);
}

}</pre></body></html>