#ifocus {
	margin: 0px;
	padding: 6px 0px 0px 5px;
	width: 380px;
	height: 177px;
	float: left;
}
#ifocus_pic {
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 177px;
	overflow: hidden;
	position: relative;
	display: inline;
	word-break: break-all;
	float: left;
}
#ifocus_piclist {
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 177px;
	position: absolute;
	left: 0px;
	text-align: center;
	z-index: 0;
}
#ifocus_piclist ul {
	padding: 0;
	margin: 0
}
#ifocus_piclist li {
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 177px;
	list-style-type: none;
	overflow: hidden;
}
#ifocus_piclist img {
	vertical-align: middle;
}
#ifocus_btn {
	margin-top: -35px;
	width: 340px;
	display: block;
	float: right;
	margin-right:-190px;
}
#ifocus_btn li {
	display: block;
	width: 15px;
	height: 20px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	float: left;
	line-height: 20px;
	margin-top: 3px;
	filter: alpha(opacity=50);
	cursor: pointer;
	-moz-opacity: 1;
	opacity: 0.9;
	z-index: 99999;
}
#ifocus_btn li .wrapper {
	display: table-cell;
	width: 15px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
#ifocus_btn img {
	
}
#ifocus_btn .current {
	width: 15px;
	height: 20px;
	background: url(bullets.png) no-repeat;
	background-position: 0 -23px;
	opacity: 0.9;
}
#ifocus_tx {
	color: #666666;
	position: absolute;
	left: 8px;
	bottom: 8px;
}
#ifocus_tx .normal {
	display: none;
}
#ifocus_tx ul {
	list-style: none
}