.jcarousel-wrapper {
    margin: 0 auto;
    width:990px;
    position: relative;
    border: 0px solid #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 990px;
}

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

.jcarousel li {
padding-right:-10px;
    width: 310px;
    height: 330px;
    float: left;
font-family: Georgia, Times, 'Times New Roman', serif;
 font-size: 12px;
 color:#555555;
line-height:18px;
}

.jcarousel img {
    display: block;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 63px;
    height: 63px;
    text-align: center;
    background: none;
    text-decoration: none;

}

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

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