body {

}

p {
margin-bottom:20px;
}

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

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

.nbs-flexisel-container {
    position:relative;
    max-width:650px;
    margin-left:15px;
}
.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:550px;
    margin-left:60px;
    margin-top:10px;

}

.nbs-flexisel-item {
    
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    width:66px;
    margin-top:5px;
   
}
.nbs-flexisel-item img {
    /*width:100px;*/
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height:50px;
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/images/SiteLayout/ReferansCsl_Sol.png) no-repeat top center;
    margin-right:15px;
    margin-top:10px;
}
.nbs-flexisel-nav-left:hover {
    left: 10px;
    background: url(/images/SiteLayout/ReferansCsl_Sol.png) no-repeat bottom center;
    margin-right:15px;
    margin-top:10px;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/images/SiteLayout/ReferansCsl_Sag.png) no-repeat top center;
    margin-top:10px;
    margin-left:10px;
    margin-right:-15px;
}

.nbs-flexisel-nav-right:hover {
    right: 5px;
    background: url(/images/SiteLayout/ReferansCsl_Sag.png) no-repeat bottom center;
        margin-top:10px;
    margin-left:15px;
    margin-right:-15px;
}