#flexiselDemo3 {
	display:none;
}

.row.bottom-carousel { margin-bottom:25px; }
.row.bottom-carousel h5{ font-size:16px; margin-bottom:10px; color:#243e8b; margin-left:15px;}
.row.bottom-carousel .col-sm-12 .carousel-wrapper{background:#eceeef; float:left; overflow:hidden;}
.nbs-flexisel-container, .nbs-flexisel-inner {
	width: 100% !important;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%; margin:0 0; float:left;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-ul li a{ 
	position:relative; width:100%;  float:left; text-align:center; 
	height:180px; display: table; padding-top:30px; padding-bottom:15px;
	padding-left:10px; padding-right:10px;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    cursor:pointer;
    position:relative;
    line-height:0px; text-align:center; height:180px; display: table;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	/** 
	max-height:100px;
	max-width:145px;
	**/  
}
.nbs-flexisel-item .img{display: table-cell;text-align:left;
    vertical-align: middle;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:30px;
    height:30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100; top:35% !important;
}

.nbs-flexisel-nav-left {
    left:15px;
    background: url(../../App_Themes/Images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:15px;
    background: url(../../App_Themes/Images/button-next.png) no-repeat;
}
#flexiselDemo3 a{ color:#333333; font-size:10px; font-weight:bold;}
#flexiselDemo3 li{ text-align:center;}
#flexiselDemo3 li a p, #flexiselDemo3 li p, .nbs-flexisel-item p{ 
	text-align:left; color:#333333; font-size:10px; font-weight:bold; 
	margin-bottom:12px; line-height:18px;  float:left; width:100%; 
	position:absolute; top:15px;
}

