[class*="bg"] *[id^='moduleflexiselslider1'], *[id^='moduleflexiselslider1'] 
{
	display: none;
}

[class*="slidertext"]
{
	box-sizing: border-box;
	position: absolute;
	padding: 7px;
	margin: auto;
	left: 0;
	right:0;
	white-space: normal;
	line-height: 105%;
}

.art-flexiselsliderone
 {
  height: 100%;
  max-width: 1920px;
  min-width: 100px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px !important;
    padding:0px !important;
    list-style-type:none !important;   
    text-align:center !important;  
	display: block !important;

}

.nbs-flexisel-item {
	box-sizing: border-box;
	overflow: hidden;
	list-style-type:none !important;   
    float:left !important;
    margin:0px !important;
    padding:0px !important;
    position:relative;
    line-height:0px !important;
	text-align: center !important;
}


.nbs-flexisel-item > a {
	    line-height:0px !important;  
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 30px;
    height: 100%;
    position: absolute;
    cursor: pointer;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
}


.nbs-flexisel-nav-left {
    left: 0px;
    background-image: url(../img/button-previous.png);
}

.nbs-flexisel-nav-right {
    right: 0px;
    background-image: url(../img/button-next.png);
}

.flexisel-slider-button {
    position: relative;
}
