/*body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}*/

.clearout {
height:20px;
clear:both;
}

#flexisel{
display:none;
}

.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;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;    
    cursor:pointer;
    position:relative;
    line-height:0px;

  padding: 0px 5px;
  margin: -5px 0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:220px;
    max-height:220px;
      /*background: rgba(35,61,147,1);
background: -moz-linear-gradient(top, rgba(35,61,147,1) 0%, rgba(78,109,212,1) 4%, rgba(73,155,234,1) 93%, rgba(35,61,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,61,147,1)), color-stop(4%, rgba(78,109,212,1)), color-stop(93%, rgba(73,155,234,1)), color-stop(100%, rgba(35,61,147,1)));
background: -webkit-linear-gradient(top, rgba(35,61,147,1) 0%, rgba(78,109,212,1) 4%, rgba(73,155,234,1) 93%, rgba(35,61,147,1) 100%);
background: -o-linear-gradient(top, rgba(35,61,147,1) 0%, rgba(78,109,212,1) 4%, rgba(73,155,234,1) 93%, rgba(35,61,147,1) 100%);
background: -ms-linear-gradient(top, rgba(35,61,147,1) 0%, rgba(78,109,212,1) 4%, rgba(73,155,234,1) 93%, rgba(35,61,147,1) 100%);
background: linear-gradient(to bottom, rgba(35,61,147,1) 0%, rgba(78,109,212,1) 4%, rgba(73,155,234,1) 93%, rgba(35,61,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233d93', endColorstr='#233d93', GradientType=0 );*/
background: rgba(35,61,147,1);

      padding:5px;
      border-radius:3px 3px 0 0;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    height: 24px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;    
    text-align: center;
  font-size: 15px;
  padding-top: 3px;
  border: 1px solid #333;    
}

.nbs-flexisel-nav-left {
  left: 195px;
  top: -44px!important;
  
  
}
.nbs-flexisel-nav-left:after{
     content:"\f104";
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    color:#333;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
       
    }
.nbs-flexisel-nav-right {
    left: 224px;
  top: -44px!important;  
}
.nbs-flexisel-nav-right:after{  
  content:"\f105";
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    color:#333;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
       
}

#flexisel li h3 {
  font-size: 13px;
  text-align: center;
  background: #DC2433;
  margin-top: -10px;
  padding: 10px;
  color: #fff;}