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

#myflexisel,#myflexiselFea,#myflexiselFea2,#myflexiselFea3 {
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: 40px;
	height: 48px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top:-48px !important;
}

.nbs-flexisel-nav-left {
	right: 40px;
	background: url(../../images/slider-prev.jpg) no-repeat;
}

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


/*** Modification ***/
.myflexiselFea{
	background: url(../../images/fea-bg.jpg) repeat-x;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}
.myflexiselFeaTitle{
	font-size:14px;
	color:#515151;
	position:relative;
	padding:12px 10px 13px;
	border-bottom:3px solid #ffff00;
}
.myflexiselFea .nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:98%;
	height:285px;
	padding:0 1%;
}
.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, ul#myflexiselFea2 li, ul#myflexiselFea3 li{
	margin-top:10px;
}
ul#myflexiselFea li:hover, ul#myflexiselFea2 li:hover, ul#myflexiselFea3 li:hover {
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);	
}
#myflexiselFea .feaImg, #myflexiselFea2 .feaImg, #myflexiselFea3 .feaImg {
	height:175px;
}
#myflexiselFea .feaTitle, #myflexiselFea2 .feaTitle, #myflexiselFea3 .feaTitle {
	height:40px;
	color:#0000ff;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	padding:0 20px;
	position:relative;
}
#myflexiselFea .feaPrice, #myflexiselFea2 .feaPrice, #myflexiselFea3 .feaPrice {
	height:50px;
	color:#7e7e7e;
	font-size:25px;
	text-align:center;
	font-weight:normal;
	padding:0 10px;
	position:relative;
}
#myflexiselFea .feaPrice .discount, #myflexiselFea2 .feaPrice .discount, #myflexiselFea3 .feaPrice .discount{
	font-size:14px;
}
.feaPrice .discount span{
	color:#ff0000;
}