.jcarousel-skin-small .jcarousel-container-horizontal {
    width: 93%;
    height: 16em;    
    padding: 0 30px;
    padding-right: 35px;    
}

* html .jcarousel-skin-small .jcarousel-container-horizontal {
     padding-right: 30px;
}

.jcarousel-skin-small .jcarousel-clip-horizontal {
    width: 100%;
    height: 15em;    
    border: 2px solid #888;
}

.jcarousel-skin-small .jcarousel-item {
    border: none;    
    height: 15em;
	width: 25em;
    padding: 0 !important;   
	margin: 0.5em;
	margin-right: 0;
}

.jcarousel-skin-small .jcarousel-container {
    background: none;
    border: none;
	margin: 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal, .jcarousel-skin-small .jcarousel-prev-horizontal:hover {
    position: absolute;
    top: 0px;
    left: 0;
    width: 3%;
    height: 16em;
    cursor: pointer;
    background-color: #fff;
    background-image: url(/lib/images/arrowl.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
}

.jcarousel-skin-small .jcarousel-next-horizontal, .jcarousel-skin-small .jcarousel-next-horizontal:hover {
    position: absolute;
    top: 0px;
    right: 0;
    width: 3%;
    height: 16em;
    cursor: pointer;
    background-color: #fff;
    background-image: url(/lib/images/arrowr.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
}