/* slider specific CSS */

#sliderGallery {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 252px;
}

#sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 3371px;
}

#sliderGallery UL LI {
    display: inline;
    position: relative;
    width: 214px;
    height: 266px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#sliderGallery UL LI.marketslider {
    display: block;
    float: left;
    width: 214px;
    height: 266px;
    position: relative;
}

#sliderGallery UL LI.marketslider.markets {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 60px 25px 0px 25px;
    width: 275px;
    height: 246px;
    position: relative;
    white-space: normal;
    font: 14px AvenirNextLTW01-Medium;
    lin-height: 18px;
    color: #606161;
    text-align: center;
}

#sliderGallery UL LI.marketslider img {
    top: 0px;
    left: 0px;
    z-index: 80;
    position: absolute;
}

#bar {
    top: 22px;
    left: 7px;
    width: 895px;
    height: 7px;
    position: relative;
    background: url(../images/slider-bar-bg.png) no-repeat;
    cursor: pointer;
}

#knob {
    top: -12px;
    left: 20px;
    width: 34px;
    height: 34px;
    background: transparent url(../images/sprite.png) no-repeat -235px -56px;
    z-index: 112;
}

#bar span {
    color: #606161;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 30px;
    font-size: 12px;
}

#irrigation {
    left: 52px;
}

#aquaculture {
    left: 365px;
}

#biofuels {
    left: 491px;
}

#food-and-beverage {
    left: 556px;
}

#livestock-agricultural-markets {
    left: 731px;
}

/* Solutions for Building Trades */

#commercial-buildings {
    left: 137px;
}

#municipal-building {
    left: 645 px;
}

#residental-building {
    left: 775px;
}

/* Solutions for Light Industry */

#leisure-recreation {
    left: 350px;
}

#manufacturing {
    left: 607px;
}

#service-industries {
    left: 790px;
}

/* Solutions for Municipal Water */

#faclities {
    left: 206px;
}

#leisure-recreation-municipal-water {
    left: 469px;
}

#water-treatment-facilities {
    left: 747px;
}