#flexiselDemo3{
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width:100px;
	height:100px;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
	
}
.nbs-flexisel-item {
	float: left;

	width:100px;
	height:100px;
	cursor: pointer;
	position: relative;

	/*--padding-right:50px;--*/
}

