* {
	margin:0;
	padding:0;
	word-break:break-all;
}
/* Focus_change style */
ul, li {
	list-style:none;
}
#focus_change {
	position:relative;
	width:723px;
	height:369px;
	overflow:hidden;
	margin:0px;
	border:1px #ccc solid;
}
#focus_change_list {
	position:absolute;
	width:3615px;
	height:369px;
}
#focus_change_list li {
	float:left;
}
#focus_change_list li img {
	width:723px;
	height:369px;
}
.focus_change_opacity {
	position:absolute;
	width:723px;
	height:70px;
	top:300px;
	left:0;
	background:#000;
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#focus_change_btn {
	position:absolute;
	width:723px;
	height:65px;
	top:300px;
	left:0;
}
#focus_change_btn ul {
	padding-left:5px;
}
#focus_change_btn li {
	float:left;
	margin:0 15px;
	padding-top:12px;
}
#focus_change_btn li img {
	width:100px;
	height:50px;
	border:2px solid #888;
}
#focus_change_btn .current {
	background:url(http://www.byzuo.cn/demo/focus_change/img/icon_arrow.gif) no-repeat 47px 8px;
}
#focus_change_btn .current img {
	border-color:#EEE;
}
