.jcarousel-wrapper {
    margin: 2px auto;
    position: relative;
    direction:ltr !important;
}




/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 298px;
    height: 305px;
}

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

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 100px;
    width: 20px;
    height: 40px;
    text-align: center;
    background: #f4f4f4;
    color: #2863ac;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 28px/30px Arial, sans-serif;
     -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 0px;
	 -webkit-border-radius: 0  5px  5px  0;
       -moz-border-radius: 0  5px  5px  0;
            border-radius: 0  5px  5px  0;
}

.jcarousel-control-next {
    right: 0px;
	 -webkit-border-radius: 5px  0  0  5px;
       -moz-border-radius:  5px  0  0  5px;
            border-radius:  5px  0  0  5px;
}

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