.jcarousel-wrapper {
    margin:0px 0px 0px 0;
    position: relative;
    border-radius: 0px;
    padding:0px 0px;
    min-height:110px;
}
.jcarousel-wrapper a:hover {
    text-decoration: none;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    height: 110px;
    width: 845px;
    float: left;
    margin-left: 0px;
}
.jcarousel ul {
   height: 20000em;
    position: relative;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
    text-align: center;
}

.jcarousel li {
    height: 110px;
    display: inline-block;
    margin-bottom: 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel .upsell-desc {
    max-height:36px;
    overflow:hidden;
}
.jcarousel li .car-img {
    position:relative; 
    border:1px solid #cfcfcf;
    margin:5px 2px;
    text-align:center;
    min-height:110px;
}
.jcarousel li .car-img img {
    margin: 0 auto;
}
.miniimage{
    border:1px solid #d6d6d6;
    margin-bottom:12px;
    width:196px;
    height:110px;
    overflow:hidden;
    text-align:center;
}
.jcarousel li .car-price {
    position: absolute; 
    background: #dfdfdf; 
    color:#005454; 
    border:1px solid #cfcfcf; 
    border-top-left-radius: 4px; 
    padding: 4px 2px 4px 4px; 
    font-size: 13px; 
    bottom:-1px; 
    right:-1px;
}
.jcarousel img {
    border: 0 !important;
    border-radius: 10px;
    display: block;
    max-height: 100%;
    height: 110px;
    width: 196px;
    margin-right: 15px;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url("../images/a11.png") no-repeat;
    overflow:hidden;
    height: 51px;
    width: 26px;
    margin-top: 30px;
    z-index: 10;
}
.jcarousel-control-prev{background-position:0px 0px;left:0;}
.jcarousel-control-next{background-position:-48px 0px;right:0;}
.jcarousel-control-prev{background-position:-99px 0px; }
.jcarousel-control-next{background-position:-144px 0px; }
/*.jcarousel-control-prev:hover{background-position:-99px 0px; }
.jcarousel-control-next:hover{background-position:-144px 0px; }*/

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -28px;
    right: 10px;
    min-height:16px;
    padding:5px 5px 5px 16px;
    margin: 0;
    border:1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

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

    background: #fff;
    color: #007474;
    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: #007474;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.thumbimage{
    width:830px;
    float:left;
    z-index:950;
    min-height:1px;
}
@media screen and (max-width:830px){
    .thumbimage{
        width:100%;
    }
    .jcarousel {
        width: 100%;
    }
}
@media screen and (max-width:668px){
    .jcarousel {
        height: 60px;
    }
    .jcarousel li {
        height: 60px;
        width: 25%;
    }
    .jcarousel img {
        height: 60px;
    }
    .jcarousel-control-prev, .jcarousel-control-next {
        margin-top: 5px;
    }
}