
.clearout {

clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    max-width:94%;
	margin:auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
   
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:94%;
	margin-left:30px;
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	
}
.nbs-flexisel-item img {
   
    cursor: pointer;
    position: relative;
  
    margin-bottom: 0px; 
  	max-width:302px;
    max-height:214px; 
	
	 
	 
	 
	
}

/*** Navigation ***/

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

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

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

	






	
	
	
	
	
	
	
	
	
	