ul#flexisel{
}
.nbs-flexisel-container {
   position:relative;
   width:100%;
   padding:0;
   
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
	height:180px;
	margin:0 0 0 5px;	
}
.nbs-flexisel-inner {
    overflow:hidden;
	margin:0 auto;
    width:730px;
}
.nbs-flexisel-item {
    float:left;
    margin:0 5pxpx;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:20px;		
}
.nbs-flexisel-item img {
    width:90%;
	height: auto;
    cursor: pointer;
    position: relative;
	border:1px solid #C8C9CA;
}
.nbs-flexisel-item h3{
	font-size:15px;
	color:#595757;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 70px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	margin:-25px 0 0 0;
}
.nbs-flexisel-nav-left {
    left:0;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right:0;
    background: url(../images/button-next.png) no-repeat;
}


@media screen and (max-width: 800px) {
    .nbs-flexisel-inner {
        width:100%;
    }
    .nbs-flexisel-ul {
        margin:0 0 0 20px;	
    }
}