@charset "gb2312";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}



ul,
li {
	list-style: none;
}

fieldset,
img {
	border: none;
}

legend {
	display: none;
}

em,
strong,
cite,
th {
	font-style: normal;
	font-weight: normal;
}

input,
textarea,
select,
button {
	font: 12px Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow: -moz-scrollbars-vertical;
}

#ifocus {
	width: 920px;
	height: 380px;
	margin: 0px;
	/* border: 1px solid #DEDEDE; */
	background: #fff9d9;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 560px;
	height: 380px;
	overflow: hidden;
	margin: 0px;
}

#ifocus_piclist {
	position: absolute;
}

#ifocus_piclist li {
	width: 560px;
	height: 380px;
	overflow: hidden;
}

#ifocus_piclist img {
	width: 560px;
	height: 380px;
}

#ifocus_btn {
	display: inline;
	float: right;
	width: 345px;
	margin: 0px;
}

#ifocus_btn li {

	width: 345px;
	height: 95px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#ifocus_btn div {
	float: left;
}

#ifocus_btn li .ifocus_btn_left {
	width: 120px;
	margin: 0;
	float: left;
}

#ifocus_btn li .ifocus_btn_right {
	width: 200px;
	margin: 0;
	float: left;
	vertical-align: middle;
	margin: 20px 0 21px 0;
	line-height: 27px;

}

#ifocus_btn li .ifocus_btn_right a {
	font-weight: 900;
	color: #cd251e;
	font-size: 16px;

}

#ifocus_btn img {
	width: 102px;
	height: 80px;
	margin: 7px 0 7px 0;
}

#ifocus_btn .current {
	background: url(i/ifocus_btn_bg.gif) no-repeat;
	background-color: #fbcb7e;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#ifocus_opdiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 560px;
	height: 35px;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
}

#ifocus_tx .normal {
	display: none;
}