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

p {
margin-bottom:20px;
}

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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3,#flexiselDemo4{
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%;
    height: auto;
/*    background: #fff;*/
    
}
/*
.nbs-flexisel-inner:before{
   content: "";
    position: absolute; 
    left: 65%;
    top: -15%;
    border: 0;
    border-right-width: 55px;
    border-bottom-width: 88px;
    border-style: solid;
    border-color: transparent #414141;
    display: block;
    width: 0;
    -webkit-transform: rotate(519deg);
    -moz-transform: rotate(519deg);
    -ms-transform: rotate(519deg);
    -o-transform: rotate(519deg);
    transform: rotate(519deg);
}
*/

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
/*    line-height:0px;*/
}
.nbs-flexisel-item h2 {
                margin-top: 15px;
                color: #000;
                text-align: center;
                font-family: sans-serif;
                font-weight: lighter;
}

.nbs-flexisel-item p{
                    
/*                padding: 5px;*/
//                padding: 15px;
                text-align: justify;
                line-height: 24px;
                margin-bottom: 8px;
                color: #000;
                font-family: sans-serif;
                font-weight: lighter;
}
.nbs-flexisel-item:hover{
/*   background: #ccc;*/
}

.nbs-flexisel-item img {
      width: 50px;
        height: 50px;
/*    width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:180px;
    max-height:280px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 34px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.adon{
    background: none;
   font-weight: bold;
}

.nbs-flexisel-nav-left { 
    left: -40px;
    background: url(../../img/slider_arrow.png) bottom left no-repeat;
}
.nbs-flexisel-nav-left:hover{
    background: url(../../img/slider_arrow.png) bottom right no-repeat;
}

.nbs-flexisel-nav-right {
    right: -40px;
    background: url(../../img/slider_arrow.png) top left no-repeat;
}
.nbs-flexisel-nav-right:hover{
    background: url(../../img/slider_arrow.png) top right no-repeat;
}


@media(max-width:1285){
    .nbs-flexisel-nav-left { 
    left: -10px;
    
}
    .nbs-flexisel-nav-right {
    right: 10px;
    background: url(../../img/slider_arrow.png) top left no-repeat;
}
}
