/*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;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
       float: left;
    font-size: 12px;
    margin: 0px;
    height: 272px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}
.nbs-flexisel-item img {
   cursor: pointer;
    position: relative;
    margin-top: 10px;
    border: 3px solid black;
    margin-bottom: 10px;
    max-width: 400px;
}

#flexiselDemo4
{
    line-height: 1.6;
}

.no_brdr img
{
   
   border: none !important;
    width: 92%;
    max-height: 191px;
    min-height:191px;
    margin: 0 0 21px 0;
}
.no_brdr1 img {
    border: none !important;
       height: 250px;
    max-height: 100%;
    min-height: 0;
    max-width: 100%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left
{
   /*width: 3.5%;*/
       width: 100%;
   left: 13px;
    height: 49px;
    background: url(../images/previous_black.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 13px;
    background: url(../images/next_black.png) no-repeat;
    width: 43px;
    height: 50px;
}
@media only screen and (min-width : 1px) and (max-width : 480px)
{

  .no_brdr img {
    border: none !important;
    width: 94%;
   max-height: 137px;
    margin: 9% 0 43px 0;
}
    .nbs-flexisel-nav-left
    {
        width: 38px;
        left: 14px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{
    .nbs-flexisel-nav-left
    {
       width: 6.5%;
    }
    .magin
    {
        width: 30% !important;
    }
}