@charset "UTF-8";

#top_wrap{
	width: 950px;
}
#slideshow {
	width: 950px;
	text-align: left;
}
#slideshow div.topcover {
	width:950px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slideshow div div {
	position: absolute;
}

/*------------------------------/
add  
-------------------------------*/
#slideshow .h_tnav {
	position: absolute;
	top: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
	z-index: 10000;
}
#slideshow .h_tnav ul {
	justify-content: space-between;
	display: flex;
}
#slideshow .h_tnav ul li {
	opacity: 1!important;
	width: 10px;
	margin-bottom: 20px;
	padding: 0 5px;
}
#slideshow .h_tnav ul li a{
	width: 10px;
  height: 10px;
  border-radius: 50%;
	border: solid 1px #fff;
	display: block;
}
#slideshow .h_tnav ul li a:hover{
	background: #fff;
}
#slideshow .h_tnav ul li.active a{
	background: #fff;
}
#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;
}

#top_wrap { position: relative; }
#top_wrap a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}