.clearout {
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
	width:960px;
	margin:0;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:920px;
    background:none;
	height:190px;
	margin:0;
	padding:0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
	width:220px;
	margin:0 12px 0 0;
}
.nbs-flexisel-item:hover .desc_bar {
	background:#ff9000;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nbs-flexisel-item:hover .desc_bar h3 {
	color:#fff;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
	margin:0;
	padding:0;
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    left: 860px;
	top:-60px;
    background: url(../slide/prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 40px;
	top:-60px;
    background:url(../slide/next.png) no-repeat;
}

/* Desc Bar */
.desc_bar {
	width:220px;
	height:auto;
	margin:0;
	padding:5px 0;
	background:#fff;
	border:none;
	margin-top:-4px;
}
.desc_bar h3 {
	font-size:14px;
	text-transform:capitalize;
	text-align:center;
}