.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: 0;
    width: 960px;
    height: 343px;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    overflow:hidden;
    visibility:hidden;
}
.jcarousel li.target {
    visibility:visible;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 125px;
    width: auto;
    height: auto;
    text-align: center;
    color: #92b0d9;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    font: 80px/80px Arial, sans-serif;
    outline:none;
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    color: #dde2e8;
    text-decoration:none;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    background: #336699;
    color: #4E443C;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
    opacity: .75;

    width:0;
    height:0;
    overflow:hidden;
    text-indent:-100px;
    border:1px solid #999;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

.jcarousel-pagination a.active {
    background: #fec727;
    color: #fff;
    opacity: 1;
}


#homepage-expertise {
    padding-top:2em;
}
#homepage-box-topic {
    background:url(images/homepage-box-bg-topic.png) left top no-repeat transparent;
}
#homepage-box-role {
    background:url(images/homepage-box-bg-role.png) left top no-repeat transparent;
}
#homepage-box-industry {
    background:url(images/homepage-box-bg-industry.png) left top no-repeat transparent;
}
#homepage-box-topic .inner-box,
#homepage-box-role .inner-box,
#homepage-box-industry .inner-box {
    padding:0.7em;
    min-height:130px;
}
#homepage-box-topic h4,
#homepage-box-role h4,
#homepage-box-industry h4 {
    margin:0;
    padding:0;

}
#homepage-box-topic ul,
#homepage-box-role ul,
#homepage-box-industry ul {
    list-style:none;
    padding:0;
    margin:0;
}
#homepage-box-topic ul li,
#homepage-box-role ul li,
#homepage-box-industry ul li {
    line-height:1.125;
    margin-bottom: 0.25em;
}

#homepage-industry-families .inner-box {
    padding-right:1em;
    margin-right:1em;
}
#homepage-industry-families ul {
    list-style:none;
    padding:0;
    margin:0;
}

#homepage-industry-families .inner-box {
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 14px;
    color: #737373;
}

#homepage-industry-families .inner-box h3 {
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 22px;
    color: #293f6a;
}


/* =============================================================================
*   Fnet HomePage
* ========================================================================== */
.content_hp_industry_content_link {
    padding-bottom: 10px;
    font-weight: normal;
}

.content_hp_industry_box_left {
    min-height: 350px;
    background-image: url(images/hp_industry_divider.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 85%;
}

.content_hp_expertise_box_title {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    margin:0px 0px 7px 0px;
    text-align:left;
    color:#293f6a;
}

.content_hp_expertise_box_link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:0px 8px 2px 2px;
    text-align:left;
    line-height:12px;
    padding-bottom:2px;
}

#homepage-industry-families .col-1-3 {
    width: 33%;
}
/*
#homepage-expertise {
    padding-left: 37px;
    padding-right: 14px;
}
#homepage-industry-families {
    padding-left: 37px;
}
*/
