@charset "UTF-8";
#slideshow {
	width:950px;
	text-align: left;
}
#slideshow div {
	width:950px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slideshow div div {
	position: absolute;
}

/*------------------------------/
add
-------------------------------*/
#slideshow .h_tnav {
	width: 494px;
	height: 12px;
	overflow: hidden;
	position: absolute;
	top: 474px;
	left: 18px;
	z-index: 10000;
				/* background-color: green; */
}
#slideshow .h_tnav ul {
	width: 498px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: #06f; */
}
#slideshow .h_tnav ul li {
	width: 12px;
	height: 12px;
	float: left;
	display: inline;
	margin-right: 8px;
		/* background-color: #f06; */
}
#slideshow .active {
	filter:alpha(opacity=80)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
	/* background-color: #fff; */
}
/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
#top_wrap a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
