/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left, .swiper-product .swiper-button-prev { position: absolute; left: 1%; top: 40%; width: 17px; height: 30px;z-index:99;}
.swiper-banner .arrow-right, .swiper-product .swiper-button-next { position: absolute; right: 1%; top: 40%; width: 17px; height: 30px;z-index:99;}
.swiper-banner .page-banner, .swiper-product .swiper-pagination{ position: absolute;  left: 0; z-index:99; text-align: center; bottom:0; width: 100%;}
.swiper-banner .swiper-pagination-switch, .swiper-product .swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; cursor: pointer;}
.swiper-banner .swiper-active-switch, .swiper-product .swiper-active-switch { background: #fff;}
/***style for banner's arrows and pagination end ****/


#idxprocarousel .span{small_class} .item { background-color : #EEE; height : {small_height}px; text-align : center; /* Firefox, Chrome */ line-height : {small_height}px; /* IE */ *font-size : 180px;  /* 200px * 0.9 = 180px */}

#idxprocarousel  img { vertical-align : middle;}
#idxprocarousel .caption { background : #666; padding : 5px;}
#idxprocarousel .caption a { color : #fff;}

.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;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	/*line-height: 0px;*/
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	max-width: 100%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 10px;
	background: url("../images/button-previous.png") no-repeat 0;
}
.nbs-flexisel-nav-right {
    right: 5px;
	background: url("../images/button-next.png") no-repeat 0;
}
#idxprocarousel .item { height:130px; }
#idxprocarousel .item, #idxprocarousel .caption { margin:0 3px; padding:0 3px; white-space:nowrap; overflow:hidden; text-overflow : ellipsis;}