
#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;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 90%;
	margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	opacity: .8;
}
.nbs-flexisel-item img:hover {
    opacity: 1;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	display: none;
}

.nbs-flexisel-nav-left {
    right: 0;
	top: 0 !important;
}
.nbs-flexisel-nav-right {
    left: 0;
	top: 0 !important;
}
.lay
{
	width: 85%;
	display: block;
	padding: 0 2%;
	margin: 0 auto;
	position: relative;
}
.layg
{
	width: 78%;
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
}