/* #flexiselDemo, #flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5 {
	display: none;
}*/
.nbs-flexisel-container {
	position: static;
	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;
	top: 95px !important;
}
.nbs-flexisel-nav-left {
	left: 0px;
	/*background: url(https://www.srms.ac.in/cnps/wp-content/plugins/recent-posts-slider-responsive/images/img-sprite.png) no-repeat -19px -21px;*/
	background: url(../../../../../../../../../../www.srms.ac.in/cnps/wp-content/plugins/recent-posts-slider-responsive/images/button-previous.html) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	/*background: url(https://www.srms.ac.in/cnps/wp-content/plugins/recent-posts-slider-responsive/images/img-sprite.png) no-repeat -55px -20px;*/
	background: url(../../../../../../../../../../www.srms.ac.in/cnps/wp-content/plugins/recent-posts-slider-responsive/images/button-next.html) no-repeat 0px 0px;
}
.rpf-main-div{
	display: block;
}
.rpf-title{
	margin: 10px 0;
	line-height: 22px;
}
.rpf-title a{
	background: #000;
	/*padding: 2px 5px;*/
/*	border: 1px solid #ddd;*/
	color: #fff;
	font-size: 14px;
	font-size: 20px;
}
.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;
}