@charset "utf-8";
#slideshow {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: -1000;
	margin-top: -5px;
}
#slideshow div {
	width: 100%;
	height: 697px;
	overflow: hidden;
	margin: 0 auto;
}
#slideshow div div {
	position: absolute;
	
}
/*------------------ top_img -------------------------------*/
.bac01, .bac02, .bac03, .bac04, .bac05 {
	width: 100%;
	height: 697px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}
.bac01 {
	background: url(../img/t01.png) top center no-repeat;
}
.bac02 {
	background: url(../img/t02.png) top center no-repeat;
}
.bac03 {
	background: url(../img/t03.png) top center no-repeat;
}
.bac04 {
	background: url(../img/t04.png) top center no-repeat;
}
.bac05 {
	background: url(../img/t05.png) top center no-repeat;
}

#slideshow .h_tnav {
	width: 397px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 493px;
	right:23px;
	left: 530px;
	z-index: 15000;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	
}
#slideshow .h_tnav ul {
	width: 397px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	
	
}
#slideshow .h_tnav ul li {
	width: 76px;
	height: 33px;
	float: left;
	display: inline;
	padding-left: 3px;
}
#slideshow .h_tnav ul li a {
	width: 76px;
	height: 33px;
	overflow: hidden;
	display: block;
}
#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	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=100);
	-moz-opacity:1;
	opacity:1;
}
