@charset "utf-8";

/* CSS Document */ /* Focus_change style */
#focus_change {
	position: relative;
	width: 430px;
	height: 295px;
	overflow: hidden;
	float: left;
}

#focus_change_list {
	position: absolute;
	width: 1800px;
	height: 295px;
}

#focus_change_list li {
	float: left;
}

#focus_change_list li img {
	width: 450px;
	height: 295px;
}

.focus_change_opacity {
	position: absolute;
	width: 450px;
	height: 70px;
	top: 225px;
	left: 0;
	background: #000;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#focus_change_btn {
	position: absolute;
	width: 450px;
	height: 65px;
	top: 225px;
	left: 0;
}

#focus_change_btn ul {
	padding-left: 5px;
}

#focus_change_btn li {
	display: inline;
	float: left;
	margin: 0 12px;
	padding-top: 8px;
}

#focus_change_btn li img {
	width: 76px;
	height: 50px;
	border: 2px solid #888;
}

#focus_change_btn .current {
	background: url(/uploadfile/200901/1/6C164133877.gif) no-repeat 37px 8px
		;
}

#focus_change_btn .current img {
	border-color: #EEE;
}