

p {
margin-bottom:20px;
text-align: justify;
margin: 0;
}

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

#flexiselDemo1, .flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
   max-width: 1000px;
margin: auto;
   z-index: 99;
}
.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: 990px;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    background: url(../images/brl.png)no-repeat 23px;
margin-bottom: 25px;
}
.nbs-flexisel-item img {
cursor: pointer;
position: relative;
margin-top: 6px;
margin-right: -3px;
margin-bottom: 10px;
width: 190px;
height: 142px;

}

.nbs-flexisel-item:hover img{
    box-shadow: 0px 1px 5px 3px #E2DF18;
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: -3px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -14px;
    background: url(../images/button-next.png) no-repeat;
}