

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
position:relative;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
	text-align:center; 
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
	margin:10px 0px;
    width:180px;
    height:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
   
}

.nbs-flexisel-nav-left {
    right:60px;
	 width: 33px;
    height: 33px; 
    position: absolute;
	top:-40px !important;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    background: url(../images/scroll-prew.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:0px;
	 width: 33px;
    height: 33px; 
    position: absolute;
	top:-40px !important;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    background: url(../images/scroll-next.png) no-repeat;
}