body {

font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

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


.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}

.slide_partner .nbs-flexisel-container {
    position:relative;
    width:100%;
    margin-top:5px;
    height:200px;
    border:3px solid #dff587;
    float:left;
    background: #f0f5dc;
    border-radius: 10px; 
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(126,154,28,1);
    -moz-box-shadow: inset 0px 0px 12px 0px rgba(126,154,28,1);
    box-shadow: inset 0px 0px 12px 0px rgba(126,154,28,1);
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:630px;
    margin-left:17px;
    margin-top:20px;
}




.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    width:195px !important;
}


/*** Navigation ***/
.nbs-flexisel-inner .nbs-flexisel-item{margin-right:20px;}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;    
}



#for_sale .nbs-flexisel-nav-left {
    right: 22px;
    background: url(imgs/pre.jpg) no-repeat;
    margin-top:-137px ;
}

#for_sale .nbs-flexisel-nav-right {
    right: 0px;
    background: url(imgs/next.jpg) no-repeat;
    margin-top:-137px ;
    
}

#for_rent .nbs-flexisel-nav-left,
#sole_agent .nbs-flexisel-nav-left,
#management .nbs-flexisel-nav-left{
    right: 22px;
    background: url(imgs/pre.jpg) no-repeat;
    margin-top:-10px ;
}

#for_rent .nbs-flexisel-nav-right,
#management .nbs-flexisel-nav-right,
#sole_agent .nbs-flexisel-nav-right {
    right: 0px;
    background: url(imgs/next.jpg) no-repeat;
    margin-top:-10px ;
    
}
