.carousel-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: 378px;
    height: 160px;
}

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

.jcarousel li {
    float: left;
}


.jcarousel2 {
    position: relative;
    overflow: hidden;
    width: 882px;
    height: 60px;
}

.jcarousel2 ul, .jcarousel2 .jc-ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    float: left;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
/*    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.carousel-control-prev {
/*    left: -50px;*/
}

.carousel-control-next {
/*    right: -50px;*/
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
}


