.cnhk-data {
	display: none;
}

.cnhk-container {
	width: 100%;
}

.cnhk-clear-floating {
	clear: both;
	display: block;
	height: 0px;
}

.cnhk-slideshow {
	position: relative;
}

.cnhk-slideshow .cnhk-prev, .cnhk-slideshow .cnhk-next {
	visibility: hidden;
}

.cnhk-slideshow:hover .cnhk-prev, .cnhk-slideshow:hover .cnhk-next {
	visibility: visible;
}

.cnhk-prev {
	background: url('../images/prev.png');
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 10;
}

.cnhk-next {
	background: url('../images/next.png');
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 10;
}

.cnhk-nav {
	height: 10px;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 5px;
}

.cnhk-navx{
	display: none;
}

.cnhk-nav a {
	display: block;
	float: left;
	width: 12px;
	height: 10px;
	background: url('../images/navbtn.png') no-repeat;
	font-size: 0.1em;
	text-indent: -5000px;
}

.cnhk-nav a:hover , .cnhk-nav .activeSlide{
	background: url('../images/navbtnfull.png') no-repeat;
}

.cnhk-preloader {
	position: relative;
}