
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4, #flexiselDemo5, #flexiselDemo6, #flexiselDemo7 {
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%;
	padding:0 0 10px 0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
/*.nbs-flexisel-item img {
    width: 96%;
	margin:auto;
    cursor: pointer;
    position: relative;
    max-width:auto;
}*/

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 56px;
    height: 56px; 
    position: absolute;
    cursor: pointer;
    z-index: 0;
    opacity: 1;
	top:120px !important;
}

.nbs-flexisel-nav-left {left: -20px;background: url(../images/leftArrow.png) no-repeat;}
.nbs-flexisel-nav-right {right: -20px;background: url(../images/rightArrow.png) no-repeat;}

.flisting-sliderbox .datepanel .nbs-flexisel-nav-left {left: -40px;top:22px !important;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.flisting-sliderbox .datepanel .nbs-flexisel-nav-right {right: -60px;top:22px !important;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}

@media (min-width: 1000px) and (max-width: 1100px){
	
.flisting-sliderbox .datepanel .nbs-flexisel-nav-left {left: -20px;top:22px !important;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.flisting-sliderbox .datepanel .nbs-flexisel-nav-right {right: -30px;top:22px !important;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}
	
}
@media (min-width: 480px) and (max-width: 769px){

.nbs-flexisel-item {width:90%;}
.nbs-flexisel-nav-left {left: 3px;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.nbs-flexisel-nav-right {right: -25px;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}

.bloglist-body .nbs-flexisel-nav-left {left: 16px;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.bloglist-body .nbs-flexisel-nav-right {right: -12px;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}
	
}
@media (min-width: 320px) and (max-width: 480px){

.nbs-flexisel-item {width:90%;}
.nbs-flexisel-nav-left {left: 3px;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.nbs-flexisel-nav-right {right: -25px;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}

.bloglist-body .nbs-flexisel-nav-left {left: 16px;background: url(../images/leftArrow.png) no-repeat;background-size:35px;}
.bloglist-body .nbs-flexisel-nav-right {right: -12px;background: url(../images/rightArrow.png) no-repeat;background-size:35px;}
	
}