
.clearout {
clear:both;
}

#flexisel3 {
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;   
    text-align:left;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    cursor:pointer;
    position:relative;
	max-width: 360px;
	margin-right: 20px;
}
.nbs-flexisel-item .simg {
	width: 100%;
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	top:-60px !important;
}

.nbs-flexisel-nav-left {
    left: 25%;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-left:focus{
    background: url(../images/button-previous_hover.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:25%;
    background: url(../images/button-next.png) no-repeat;
}
.nbs-flexisel-nav-right:hover, .nbs-flexisel-nav-right:focus{
    background: url(../images/button-next_hover.png) no-repeat;
}



@media only screen and (max-width:1024px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	top:-60px !important;
}

.nbs-flexisel-nav-left {
    left:10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:10px;
    background: url(../images/button-next.png) no-repeat;
}
}


@media only screen and (max-width:480px){
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	top:200px !important;
}

.nbs-flexisel-nav-left {
    left:10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:10px;
    background: url(../images/button-next.png) no-repeat;
}
}

