#flexiselDemo2 {
	display:none;
}

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

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

.nbs-flexisel-item2 {
	float:left;
	padding:0px;
	cursor:pointer;
	position:relative;
}
.nbs-flexisel-item2 a{
	display: inline-block;
	max-width:380px;
	position: relative;
}
.nbs-flexisel-item2 img {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width:380px;
	max-height:285px;
	vertical-align:bottom;
}
.nbs-flexisel-item2 p{
	width: 100%;
	height: 60px;
	line-height:60px;
	text-align: center;
	background:#fff;
}
/*** Navigation ***/

.nbs-flexisel-nav-left2,
.nbs-flexisel-nav-right2 {
	width: 56px;
	height: 56px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
}

.nbs-flexisel-nav-left2 {
	left: -18px;
	background: url(../Image/button-previous.png) no-repeat;
	background-size: cover;
}

.nbs-flexisel-nav-right2 {
	right: -18px;
	background: url(../Image/button-next.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1200px){
	.nbs-flexisel-item2 img {
		max-width:323px;
		max-height:243px;
	}
	.nbs-flexisel-nav-left2,
	.nbs-flexisel-nav-right2 {
		width: 52px;
		height: 52px;
	}
	.nbs-flexisel-nav-left2 {
		left: -8px;
	}
	.nbs-flexisel-nav-right2 {
		right: -8px;
	}
}
@media screen and (max-width: 992px){
	.nbs-flexisel-item2 p{
		height: 48px;
		line-height:48px;
	}
	.nbs-flexisel-nav-left2,
	.nbs-flexisel-nav-right2 {
		width: 48px;
		height: 48px;
	}
	.nbs-flexisel-nav-left2 {
		left: 0px;
	}
	.nbs-flexisel-nav-right2 {
		right: 0px;
	}
}
@media screen and (max-width: 768px){
	.nbs-flexisel-item2 img {
		max-width:380px;
		max-height:285px;
	}
	.nbs-flexisel-nav-left2,
	.nbs-flexisel-nav-right2 {
		width: 42px;
		height: 42px;
	}
	.nbs-flexisel-container2 {
		max-width:94%;
		margin:0 auto;
	}
}