
.clearout {

clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 
{
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;   
   
}

.nbs-flexisel-inner {
    overflow:hidden;   
    width:88%;
	margin:10px; margin-left:37px; margin-top:15px; height:120px;  
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative; overflow:hidden;  
    line-height:0px;
	
}
.nbs-flexisel-item img {
   
    cursor: pointer;
    position: relative; 
   
    margin-bottom: 0px; border:1px solid #e4dede; width:155px;   
  	
    
	 
	 
	
}

/*** Navigation ***/

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

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

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

	






	
	
	
	
	
	
	
	
	
	