@charset "UTF-8";

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

/*------------------------------/
add  
-------------------------------*/
#slideshow .h_tnav {
	position: absolute;
	top: 70px;
    right: 30px;
	z-index: 10000;
}

#slideshow .h_tnav ul li {
	opacity: 1!important;
	width: 8px;
	margin-bottom: 45px;
	text-align: center;
}
#slideshow .h_tnav ul li a{
	width: 8px;
  height: 8px;
	border: solid 1px #fff;
  border-radius: 50%;
	display: inline-block;
	opacity: 0.8;
}
#slideshow .h_tnav ul li a:hover{
	background: #fff;
	opacity: 1;
	width: 8px;
  height: 8px;
}
#slideshow .h_tnav ul li.active a{
	background: #fff;
	opacity: 1;
	width: 8px;
  height: 8px;
}
#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;
}