
.clearout {
height:20px;
clear:both;
}

#myflexisel,#myflexiselFea {
display:none;
}

#myflexisel .feaImg {
	height:155px;
}
#myflexisel .feaInfo {
	height:35px;
	text-align:center;
	color:#0046a0;
	font-weight:bold;
	font-size:15px;
}
.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;	
}

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

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100px;
	max-height:130px;
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../../images/slider_prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../../images/slider_next.png) no-repeat;
}


/*** Modification ***/
.myflexiselFea .nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
	height:255px;
	background: url(../../images/hot-deal-bg.png) repeat-x;
}
.myflexiselFea .nbs-flexisel-item img {
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:145px;
	max-height:175px;
}
.myflexiselFea .nbs-flexisel-item {
	line-height:140%;
}
ul#myflexiselFea li {
	border-right:2px solid #eee;	
}
#myflexiselFea .feaImg {
	height:175px;
}
#myflexiselFea .feaTitle {
	height:55px;
	color:#271c1c;
	font-size:14px;
	text-align:left;
	padding:0 20px;
	position:relative;
}
#myflexiselFea .feaTitle .viewmore {
	position:absolute;
	right:15px;
	bottom:0;
}
#myflexiselFea .feaInfo {
	height:20px;
	padding:0 20px;
	text-align:left;
	color:#0046a0;
	font-size:18px;
}
