#flexiselDemo8, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width: 100%;
    margin: auto;
    display: block;
	margin-left: 10px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: calc(100% + 20px);
	margin-left: -20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
	height:inherit !important;
}
.ad-title {
	position:absolute;
	z-index:1;
	margin-top:-52px;
	text-align:center;
	background-color:rgba(255,255,255,0.75);
	color:#29ABE2;
	font-weight:900;
	font-size:21px;
	padding:21px 0;
	width:94%;
	margin:auto;
	right:0;
	left:0;
	bottom:10px;
}
#ads_cont {
	
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 9px 16px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:31%;
    background: #a61959;
    color: #fff;
	box-shadow: 5px 6px 11px #e6e6e6;     
	display: none /* for this page */ 
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 12px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
#slid_image_contain {
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	margin:auto; 
	overflow:hidden;
	margin: 0 10px;
}
#slid_image {
	background-size: cover;
	background-repeat:no-repeat; 
	background-position: center;
	background-color: black;
	height:100%;
}
.columns.ads {
	background-color: #ffffff; 
	margin-bottom: 2em;
	margin-top: 1em;
}
