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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:block;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	left:8px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
	height:119px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
}

.nbs-flexisel-inner {
    float:left;
    width:98%;
	padding:0 2%;
	overflow:hidden;
	position:relative;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	
}



.itembox{
max-width:200px;
height:auto;
width:100%;
position:relative;
float:none;
margin:0 auto;
}

.itembox img{
max-width:200px;
height:auto;
width:100%;
margin:0 auto;
}



.nbs-flexisel-item img {
    width: auto;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    max-width:200px;
    max-height:140px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {

    cursor: pointer;
    height: 100px;
    opacity: 1;
    position: absolute;
    top: 0 !important;
    width: 25px;
    z-index: 100;

}

.nbs-flexisel-nav-left {
    left: 0;
    background:#ffffff url(../img/arrows.png) no-repeat left center;
}

.nbs-flexisel-nav-right {
    right: 0;
    background:#ffffff url(../img/arrows.png) no-repeat right center;
}