#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999999px;
	margin:0px;
	padding:0px;
	list-style-type:none;	
	text-align:center;	
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;	
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
}
#flexiselDemo1 img{
	max-width:211px;
	max-height:150px;
}
#flexiselDemo2 img{
	max-width:154px;
	max-height:101px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 25px;
	height: 47px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
	left: 0;
	background: url(../images/button-previous.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 0;
	background: url(../images/button-next.jpg) no-repeat;
}
@media screen and (min-width: 1024px){
	.hexin .nbs-flexisel-nav-left {
		left: -42px;
	}
	.hexin .nbs-flexisel-nav-right {
		right: -42px;
	}
	.hz-cont .nbs-flexisel-nav-left {
		left: -60px;
	}
	.hz-cont .nbs-flexisel-nav-right {
		right: -60px;
	}
}
@media screen and (min-width: 1200px){
	.hz-cont .nbs-flexisel-nav-left {
		left: -60px;
	}
	.hz-cont .nbs-flexisel-nav-right {
		right: -60px;
	}
}