.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; }
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
max-width: 160px;
} .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 18px;
height: 18px;
position: absolute;
cursor: pointer;
z-index: 100;
}
.nbs-flexisel-nav-left {
left: 0px; background: url(//www.australiastartups.org/wp-content/plugins/recent-posts-slider-responsive/images/button-previous.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: 0px; background: url(//www.australiastartups.org/wp-content/plugins/recent-posts-slider-responsive/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;
}