
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	margin:auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 94%;
	height:auto;
	margin:auto;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.pslidercontainer .nbs-flexisel-nav-left,.nbs-flexisel-nav-right {width: 39px;height: 33px; position: absolute;cursor: pointer;z-index: 100;opacity: 1;top:170px !important;}
.pslidercontainer .nbs-flexisel-nav-left {left: -14px; background: url(../images/leftArrow.png) no-repeat;}
.pslidercontainer .nbs-flexisel-nav-right {right: -20px;background: url(../images/rightArrow.png) no-repeat;top:170px !important;}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {width: 39px;height: 33px; position: absolute;cursor: pointer;z-index: 100;opacity: 1;top:55px !important;}
.nbs-flexisel-nav-left {left: -7px; background: url(../images/leftArrow.png) no-repeat;}
.nbs-flexisel-nav-right {right: -15px;background: url(../images/rightArrow.png) no-repeat;}





@media (min-width: 900px) and (max-width: 1025px) {
}
@media (min-width: 769px) and (max-width: 900px) {
}
@media (min-width: 481px) and (max-width: 769px) {
}