.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 95%; 
}

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

.jcarousel li {
    position:relative; 
    width:222px !important;
    height:100px; 
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
    margin:0 6px; 
    line-height:100px;
    color:rgb(110,122,145);
    text-align:center; 
} 

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #CD3333;
    color: #fff;
    text-decoration: none;
    font:32px Arial, sans-serif;
    line-height:24px;

}

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

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

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 5px;
    right: 0%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    z-index:99;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 12px;
    width: 12px;
    line-height: 10px;

    background: #194d59;
    border-radius: 100%;
    text-indent: -9999px;
    margin-right: 5px;
    border:3px solid #194d59;
}

.jcarousel-pagination a.active {
    background: #fff;
    opacity: 1;
    border:3px solid #194d59;
}
@media screen and (min-width:0px) and (max-width:768px) {

.jcarousel img {
    width: 150px;
    height: 100px;
    float:left;
    margin-right:10px;
    border: 2px solid silver;
}
.jcarousel h1 {
    display:block;
    width:100%;
    float:left;
    font-size:16px;
    color: rgb(180,159,65);
}
.jcarousel p {
    display:block;
    float:left;
    color: rgb(110,122,145);    
}
.jcarousel li {
    position:relative; 
    height:auto;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    
    padding:10px;
}
}