.no_img {
	margin-bottom: 0px;
}

.clearout {
	height: 20px;
	clear: both;
}

.subtitle {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 15px;
	position: relative;
	height: 240px;
}
.subtitle h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1em;
}




#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
	position: relative;
	width: 100%;

}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 240px;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	/* [disabled]cursor:pointer; */
	line-height: 1.2em;
	font-size: 0.9em;
}
.nbs-flexisel-item .link_all2 {
	background-image: url(../images/btn_all_03.png);
	background-size: 100% 100%;
	width: 98%;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	background-repeat: no-repeat;
}

.nbs-flexisel-item .link_all {
	width: 100%;
	/* [disabled]cursor: pointer; */
	position: relative;
	text-align: left;
	height: 190px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nbs-flexisel-item .link_title01 {
	width: 98%;
	max-width: 102px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	top: 0px;
	display: none;
}
.nbs-flexisel-item .link_title02 {
	width: 98%;
	max-width: 102px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	top: 0px;
	display: block;
}

.nbs-flexisel-item .link_all h4 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1em;
	height: 1.8em;
	font-weight: bold;
	background-color: #3f302b;
	line-height: 1.8em;
}

.nbs-flexisel-item .link_img {
	width: 98%;
	max-width: 102px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	top: 35px;
	display: block;
	margin-top: 0px;
}


.nbs-flexisel-item img {
	width: 100%;
	height: 100%;
}
.nbs-flexisel-item .link_text {
	width: 96%;
	max-width: 102px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
}

.nbs-flexisel-item .link_text p{
	list-style-type: none;
	line-height: 1.2em;
	margin: 5px;
	padding: 0px;
	font-size: 0.9em;
	color: #3f302b;
}
.nbs-flexisel-item .link_more {
	text-align: right;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 90%;
	font-size: 0.85em;
	color: #CC0000;
}
.nbs-flexisel-item .link_more a {
	color: #CC0000;
	text-decoration: none;
}





/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
