

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


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

#slide_thumb {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    top:0px;
   display:none;
}

#slide_wrap
{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    //top:50px;
}

.slide_img
{
    //padding-top: 15px;
    //font-size: 20px;
}

.nbs-flexisel-container {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    //width: 100%;
    //max-width: 980px;
    //overflow: hidden;
}

.nbs-flexisel-ul {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width: 100%;
    //max-width: 980px;
    background-color: transparent;
 /* Chrome,Safari4+ */
    border:0px solid #ccc;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;  
}

.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;
    //margin-top: 10px;
    //margin-bottom: 10px;
   // max-width:252px;
  //  max-height:252px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 42px;
    height: 42px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.8;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
}

.nbs-flexisel-nav-left {
    //display: none;
    left: -20px !important;
    background: url(../../images/rslide_btnL.png) no-repeat;
      background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.nbs-flexisel-nav-right {
    //display: none;
    right: -20px !important;
    background: url(../../images/rslide_btnR.png) no-repeat;
      background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}


