

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-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%;
  
 
}

.nbs-flexisel-item {
    float:left;
    margin:5px 15px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	font-size:16px;
	line-height:25px;
	font-weight:600;
	color:#666666
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height:500px;
}

/*** 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(../image/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../image/button-next.png) no-repeat;
}
@media (min-width: 641px) and (max-width: 768px) {
.nbs-flexisel-item {
	margin-left:-10px;
}
	.nbs-flexisel-item img {
    width: 80%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height:500px;

}

}
@media (min-width: 481px) and (max-width: 640px) {
	.nbs-flexisel-item {
	margin-left:-10px;
}
	.nbs-flexisel-item img {
    width: 90%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height:500px;

}

}
@media (max-width: 480px) {
	.nbs-flexisel-item {
	margin-left:-10px;
}
	.nbs-flexisel-item img {
    width: 80%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height:500px;

}


}