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

#myflexisel,#myflexiselFea {
display:none;
}

#myflexisel .feaImg2 {
	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;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100px;
	max-height:130px;
}

/*** Navigation ***/

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

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

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


/*** Modification ***/
.myflexiselFea .nbs-flexisel-inner {
	overflow:hidden;
	margin:0 auto;
	width:90%;
	height:252px;
	float:none;
}
.myflexiselFea .nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:145px;
	max-height:145px;
}
.myflexiselFeaTitle{
	padding:10px 0;
}
.feaDiv{
	margin:0 auto;
	max-width:95%;
	width:168px;
}
#myflexiselFea .feaTitle2 {
	height:32px;
	overflow:hidden;
	color:#1e1e1e;
	text-align:center;
}
#myflexiselFea .feaTitle2 h2{
	line-height:16px !important;
}
#myflexiselFea .feaSku {
	height:15px;
	overflow:hidden;
}
#myflexiselFea .feaBtn {
	height:40px;
	overflow:hidden;
}
.myflexiselFea2 .nbs-flexisel-inner{
	height:100px;
	float: none;
	margin:0 auto;
	width: 90%;
}
#myflexiselFea2 .nbs-flexisel-item img{
	max-width: 125px;
	max-height: 80px;
}