@charset "utf-8";
/* CSS Document */




.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.flexiselDemo3 img
{
width:90px; height:75px;
}


.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;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#f4c119;
    background: #f4c119 -moz-(top, #f4c119 0%, #eee 100%); /* FF3.6+ */
    background: #f4c119 -webkit-(linear, left top, left bottom, color-stop(0%,#f4c119), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #f4c119 -webkit-(top, #f4c119 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #f4c119 -o-(top, #f4c119 0%, #eee 100%); /* Opera11.10+ */
    background: #f4c119 -ms-(top, #f4c119 0%, #eee 100%); /* IE10+ */
    background: #f4c119 (top, #f4c119 0%, #eee 100%); /* W3C */
    border:1px solid #f4c119;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

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

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}


/* I N  D U S T R I E S   S E C T I O N */

.ind-sec2{width:100%; height:auto; background-color:#d7d7d7;}
.ind-sec2 h1{font-size:32px; font-family:"Constani"; text-align:center; color:#fff;}
.ind-sec2 p{color:#fff; font-family:"OpenSans-Regular"; text-align:center; font-size:18px;}

/* ****************** ******************** ******************** ****************** */

.ind-sec2 .nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#d7d7d7;
    background: #d7d7d7 -moz-(top, #d7d7d7 0%, #eee 100%); /* FF3.6+ */
    background: #d7d7d7 -webkit-(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #d7d7d7 -webkit-(top, #d7d7d7 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #d7d7d7 -o-(top, #d7d7d7 0%, #eee 100%); /* Opera11.10+ */
    background: #d7d7d7 -ms-(top, #d7d7d7 0%, #eee 100%); /* IE10+ */
    background: #d7d7d7 (top, #d7d7d7 0%, #eee 100%); /* W3C */
    border:1px solid #f4c119;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border:none; 
	 
}























