#products-show-pic {
	margin: 30px 0px 5px 30px;
	padding:0px;
	display:inline;
	float: left;
	width: 490px;
	height:470px;
	background-image: url(../../images/box1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ifocus {
	margin:0px;
	padding:0px;	
	float: left;
	width: 490px;
	height:470px;
}
#ifocus_pic {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	overflow:hidden;
	width:464px;
	height:332px;
	position:relative;
}
#ifocus_piclist {
	padding:0px;
	margin:0px;
	POSITION: absolute;
	text-align:center;
	/* Firefox, Chrome */
	line-height : 265px;
	white-space : nowrap;
	/* IE */
	*font-size : 0px;  /* 332px * 0.8 = 265px */
	*font-family : Arial;
}
#ifocus_piclist li {
	padding:0px;
	margin: 0px;
	width:464px;
	height:332px;
	overflow:hidden;
	list-style:none;
}
#ifocus_piclist img {
	margin:0px;
	padding:0px;
	float: none;	
}
#ifocus_btn {
	float:left;
	display:block;
	margin:0px;
	padding: 10px 0px 0px 0px;
	width:500px;
}
#ifocus_btn li {
	float:left;
	margin:0px;
	padding: 15px 10px 5px 0px;
	list-style:none;
	filter: alpha(opacity=50);
	cursor:pointer;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#ifocus_btn img {
	margin:0px;
	padding:0px;
	width:108px;
	height:77px;
}
#ifocus_btn .current {
	background-image: url(../../images/box2.gif);
	background-position:center center;
	background-repeat:no-repeat;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#ifocus_opdiv {
	FILTER: alpha(opacity=50);
	POSITION: absolute;	
	LEFT: 0px;
	BOTTOM: 0px;
	WIDTH: 400px;
	HEIGHT: 35px;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#ifocus_tx {
	POSITION: absolute;
	LEFT: 8px;
	BOTTOM: 8px;
	COLOR: #666666;
}
#ifocus_tx .normal {
	DISPLAY: none;
}

