.jcarousel-wrapper {
    border: 1px solid #ededed;
    position: relative;
    padding: 20px 47px;
}

.jcarousel-wrapper .txt {
    color: #34495E;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.jcarousel-wrapper a {
    text-decoration: none;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

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

.jcarousel li {
    width: 140px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0;
    list-style: none;
}

.jcarousel li a {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 204px;
    height: 100px;
    background: #DEECF8;
    background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBF4FC), color-stop(100%, #DEECF8));
    background: -webkit-linear-gradient(top, #EBF4FC 0%, #DEECF8 100%);
    background: -o-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -ms-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: linear-gradient(to bottom, #EBF4FC 0%, #DEECF8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    margin-bottom: 1px;
}

.jcarousel li a:hover {
    background: #C6DDF0;
    background: -moz-linear-gradient(top, #deecf8 0%, #c6ddf0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DEECF8), color-stop(100%, #C6DDF0));
    background: -webkit-linear-gradient(top, #DEECF8 0%, #C6DDF0 100%);
    background: -o-linear-gradient(top, #deecf8 0%, #c6ddf0 100%);
    background: -ms-linear-gradient(top, #deecf8 0%, #c6ddf0 100%);
    background: linear-gradient(to bottom, #DEECF8 0%, #C6DDF0 100%);
    -pie-background: linear-gradient(#e2eff9, #c6ddf0);
}

.jcarousel li .caret {
    display: none;
}

.jcarousel img {
    display: block;
    width: 90px;
    height: 70px;
    float: left;
    margin-top: 15px;
}

.jcarousel img.color {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -41px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.jcarousel li:hover img.color {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 43px;
    height: 48px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    background: url("../images/carousel_btn.png");
}

.jcarousel-control-prev {
    background-position: 0 0;
    left: -5px;
}

.jcarousel-control-next {
    background-position: -43px 0;
    right: -5px;
}

.gov {
    /*margin-top: 30px;*/
}

h1.title {
    color: #00CD73;
    font-size: 1.666666666666667em;
    padding: 0 0 5px 35px;
    margin: 0 0 12px;
    line-height: 24px;
    height: 24px;
    position: relative;
    font-weight: normal;
    border-bottom: 3px solid #00CD73;
}