#flexiselDemo1 {
	display:none;
}

.nbs-flexisel-container {

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

.nbs-flexisel-inner {
    overflow:hidden;
    width:100%;
    /*height:78px;*/
}

.nbs-flexisel-item {
    float:left;
    /*margin:0px 5px;*/
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	background: #fff;
	border-radius: 3px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    max-width: 224px;
    width: 100%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	
}

.nbs-flexisel-nav-left {
	position: absolute;
	width:22px;
	height:21px;
    left: 0px;
	top:31px;
    background: url(../images/button_preview_left.png) no-repeat; 

}

.nbs-flexisel-nav-right {
	position: absolute;
	width:22px;
	height:21px;
    left: 25px;
	top:31px;
    background: url(../images/button_preview_right.png) no-repeat;
}


@media (max-width: 680px){

	.nbs-flexisel-item img { max-width: 150px;}
	
}


























