

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {

display:none;

}



.nbs-flexisel-container {

    position:relative;

    max-width:90%;

	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%;
	height:250px;

}



.nbs-flexisel-item {

    float:left;

    margin:0px;

    padding:0px;

    cursor:pointer;

    position:relative;

    line-height:0px;

}

.nbs-flexisel-item img {

    width: 96%;

	margin:auto 2%;

    cursor: pointer;

    position: relative;

   /* margin-top: 10px;

    margin-bottom: 10px;

    max-width:auto;

    max-height:auto;*/

}



/*** Navigation ***/



.nbs-flexisel-nav-left,

.nbs-flexisel-nav-right {

    width: 39px;

    height: 33px; 

    position: absolute;

    cursor: pointer;

    z-index: 100;

    opacity: 0.5;

	top:65px;

}



.nbs-flexisel-nav-left {

    left: -50px;

    background: url(../images/leftArrow1.png) no-repeat;

}



.nbs-flexisel-nav-right {

    right: -50px;

    background: url(../images/rightArrow1.png) no-repeat;

}



@media (min-width: 320px) and (max-width: 768px) {

.nbs-flexisel-nav-left {left: 0px;}

.nbs-flexisel-nav-right {right: 0px;}

}