.clearout {
	height:20px;
	clear:both;
}

#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;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 120px;
	height: 120px;
    cursor: pointer;
    position: relative;
    margin: 10px auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 40px;
	height: 140px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
	top: 0;
	bottom: 0;
}

.nbs-flexisel-nav-left {
    left: 0;
    background-image: url(../img/button-previous.png);
	background-repeat: no-repeat;
	background-position: center;
}

.nbs-flexisel-nav-right {
    right: 0;
    background-image: url(../img/button-next.png);
	background-repeat: no-repeat;
	background-position: center;
}