
.clearout {
height:20px;
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;
    float:left;
   /* width:100%;*/
       width: 93%;
    margin-left: 3%;
	height: 90px;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px 5px 10px 0px;
   
    cursor:pointer;
    position:relative;
    line-height:13px;
	
	/*background:#fff !important;*/
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 0px;
/*	min-width:163px !important;
	max-width:183px !important;*/
/*	width: 210px !important;
right: 31px !important;*/
	
/*		width: 190px !important;
right: 16px !important;*/


	
	
}


/*.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}*/

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100; top: 28px !important;
    
}

.nbs-flexisel-nav-left {
    /*left: 10px;*/
    background: url(../image/Slider_Arrow_Left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../image/Slider_Right.png) no-repeat;
}

/*******************/















