.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
	display:none;
}



.nbs-flexisel-container {
	position:relative;
	max-width:100%;
	/*padding-right: 100px;
	padding-left: 100px;*/
}
.nbs-flexisel-ul {
	position:relative;
	width:99999999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	height: auto;
	

}
.nbs-flexisel-ul li {
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	font-size: 12px;
}
.nbs-flexisel-ul li p {
	text-align:center;
	font-size: 12px;
	position:absolute;
	top:0px;
	width:100%;
	float:left;
	margin-top:120px;
	color:#FFFFFF;
	font-size:22px;
	/*background-color:#000000;*/
	font-family:"Î¢ÈíÑÅºÚ";
}

#xiangshang{
	background-color: #00CCFF;
	position: relative;
	z-index: 9999999999999999;
}

.nbs-flexisel-ul li p #xiangshang{
	position:relative;
	width:100px;
	margin:5px;
	padding:5px;
	list-style-type:none;
	text-align:center;
	font-size: 16px;
	clear: both;
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
	background:#ffffff;
	border:0px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	margin-top: 0px;
	margin-bottom: 0px;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
}
.nbs-flexisel-item img {
	/*width: 90%;*/
	cursor: pointer;
	positon: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width:88%
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 80px;
	height: 80px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
	
}

/*.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-left:hover {
	left: 10px;
	background: url(../images/button-previous-hover.png) no-repeat;
}


.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
}
.nbs-flexisel-nav-right:hover {
	right: 5px;
	background: url(../images/button-next-hover.png) no-repeat;
}*/
#flexiselDemo4 p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
