/* #flexiselDemo, #flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5 {

	display: none;

}*/

.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: 80%;*/

	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;

	position: relative;

	margin-top: 10px;

	margin-bottom: 10px;

	max-width: 160px;

}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {

	/*width: 46px;

	height: 100px;*/

	width: 18px;

	height: 18px;

	position: absolute;

	cursor: pointer;

	z-index: 100;

}

.nbs-flexisel-nav-left {

	left: 0px;

	/*background: url(../images/img-sprite.png) no-repeat -19px -21px;*/

	background: url(../images/button-previous.png) no-repeat 0px 0px;

}

.nbs-flexisel-nav-right {

	right: 0px;

	/*background: url(../images/img-sprite.png) no-repeat -55px -20px;*/

	background: url(../images/button-next.png) no-repeat 0px 0px;

}

.rpf-main-div{

	display: block;

}

.rpf-title{

	margin: 10px 0;

}

.rpf-title a{

	background: #000;

	padding: 2px 5px;

	border: 1px solid #ddd;

	color: #fff;

}

.rpf-slider img{

	display: block;

	margin: 0 auto;

	border: 1px solid #ddd;

	background: #fff;

	padding: 2px;

	box-sizing: border-box;

}

.rpf-slider{

	display: block;

	clear: both;

}

