.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 270px;

    margin: 0;
}

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

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


#feat li{
    line-height: 0;

    position: relative;

    height: 300px;
}

#feat li a{
    width: 240px;
    
    display: block;

    text-decoration: none;
    
    top: 10px;
    left: 0;
    right: 0;

    position: absolute;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    float: none;

    background: white;

    margin: 0 auto;


}

#feat li a.thumb:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.74);
}

#feat li a.thumb{
    height: 210px;
    display: block;
    
    text-align: center;
    
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    overflow: hidden;
}
#feat li a.title{
    
    top: 230px;
    height: 30px;
    text-align: left;
    
    line-height: 14px;
}
#feat li h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;

    margin-top: 55px;
    margin-bottom: 0;

    text-decoration: none;

    color: #f16722;
}
#feat li span{
    font-size: 18px;
    color: #999999;

}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: relative;
    text-decoration:none;
    border:0 none;
    display:block;
    width:20px;
    height:20px;

    position: absolute;
    top: -50px;
    right: 25px;

    background: url(../images/right.png) no-repeat 50% 50%;
    background-color: #294052;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus {
    background-color: #0088cc;
}

.jcarousel-next-horizontal:active {
    background-color: #0088cc;
}

.jcarousel-prev-horizontal {
    position: relative;
    text-decoration:none;
    border:0 none;
    display:block;
    width:20px;
    height:20px;

    position: absolute;
    top: -50px;
    right: 55px;


    background: url(../images/left.png) no-repeat 50% 50%;
    background-color: #294052;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:focus {

    background-color: #0088cc;
}

.jcarousel-prev-horizontal:active {
    background-color: #0088cc;
}