body {
background:#fff;
/* font-family:Arial, sans-serif; */
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.sponser_wrap {border: 1px solid #edebeb; padding: 26px 0; width: 100%;}
.nbs-flexisel-item a {float: left;  font-size: 20px;font-weight: 500; text-transform: uppercase;
width: 100%;color: #000;padding: 14px 0;}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;

}

.sponsor_sec.gadgetStyleNone .gadgetStyleTitle h4 {
  float: left;
  font-size: 35px;
  font-weight: 600;
  margin: 28px 0 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.sponsor_sec.gadgetStyleNone .gadgetStyleTitle h4::after {
  background: rgba(0, 0, 0, 0) url("/Resources/Pictures/heading-line.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  width: 100px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  display: none;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative; 
}
.nbs-flexisel-item .sponser_wrap {
  border: 1px solid #edebeb;
  float: left;
  margin: 0 auto 10px;
  padding: 20px 0;
  width: 94%;
}
.nbs-flexisel-item img {
    max-width: 83%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;width:178px; height:95px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.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: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}