#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.services1{width:100%; float:left; padding:50px 0;}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    overflow: hidden;
	margin:auto;
    width:90%;
    border:0px solid #ccc;
    border-radius:0px;
}

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

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:17px 17px;
    border-radius:0px;
    -moz-border-radius:-px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:115px;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
	background:url(../images/arow1.png) no-repeat;
	background-position:47% 52%;
	background-size:34px 34px;
	font-size:0px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 10px;
	background:url(../images/arow2.png) no-repeat;
	background-position:47% 52%;
	background-size:34px 34px;
	font-size:0px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .clearfix {
        *+height: 1%;
    }

    .container2 {
        height: 300px;
        margin:10px auto 30px;
    }

    .container2 ul {}

    .container2 ul li {
        /* transition: width .5s, height .5s, top .5s, left .5s;
            -webkit-transition: width .5s, height .5s, top .5s, left .5s;
            */
            border:0px solid #fff;
    }

    .container2 ul li img {}

    .left,
    .right {
        cursor: pointer;
    }