.clearout {
	height: 10px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 17225px;
}
#flexiselDemo p {
  font-size: 14px;
  font-weight: 300;
  padding: 0 8px;
}
.nbs-flexisel-inner {
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.nbs-flexisel-item {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	/*width: 275px !important;*/
}
.nbs-flexisel-item .product-detail-bnt {
	height: 52px;
	left: 118px;
	opacity: 0;
	position: absolute;
	top: 30%;
	transition: all 0.5s ease 0s;
	width: 20%;
	content: "";
}
.nbs-flexisel-item .product-detail-bnt:hover {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
	border-radius: 4px;
	opacity: 5;
}
.nbs-flexisel-item img {
	cursor: pointer;
	max-width: 100%;
	position: relative;
}
/*** Navigation ***/

/*.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  background: #ed1c24 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -55px !important;
  width: 35px;
  z-index: 100;
}
.nbs-flexisel-nav-left {
	right: 40px;
}*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  background: #ed1c24 none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0 !important;
  width: 35px;
  z-index: 100;
  display:none;
}
.nbs-flexisel-container:hover .nbs-flexisel-nav-left, .nbs-flexisel-container:hover .nbs-flexisel-nav-right{
	display:block;
}
.nbs-flexisel-nav-left {
  left: 0;
}
.nbs-flexisel-nav-right {
	right: 0;
}
.nbs-flexisel-nav-left:hover {
	background-color: #06C;
}
.nbs-flexisel-nav-right:hover {
	background-color: #06C;
}
@media screen and (max-width: 979px) and (min-width: 800px) {
.nbs-flexisel-nav-left {
	right: 52px;
	top: -29px !important;
}
.nbs-flexisel-nav-right {
	right: 23px;
	top: -29px !important;
}
}
@media screen and (max-width: 799px) and (min-width: 500px) {

}
 @media screen and (max-width: 500px) {
.nbs-flexisel-ul {
	width: 20000px;
}
.nbs-flexisel-nav-left {
	left: 0;
}
.nbs-flexisel-nav-right {
	right: 0;
}
.nbs-flexisel-item {
	padding: 0 10px;
	/*width: 327px !important;*/
}
/*.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  bottom:auto;
  top: -55px !important;
}*/
}
