.jcarousel-container {
    background: #dddacb;
    border: solid 1px #9c9a94; }

.jcarousel-container-horizontal {
	padding: 10px 0 10px 58px;
    width: 540px; }


.jcarousel-clip-horizontal {
    width:  480px;
    height: 140px; }

.jcarousel-item {
    width: 110px;
    height: 130px; }

.jcarousel-item-horizontal {
    margin-right: 10px; }

.jcarousel-item-placeholder {
    background: #fff;
    color: #000; }

/**
 *  Horizontal Buttons
 */
 
 /* applies to next/prev */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal{
    position: absolute;
    top: 16px;
    width: 35px;
    height: 105px;
    cursor: pointer; }
 
 
/* -- next */
.jcarousel-next-horizontal {
    right: 8px;
    background: transparent url(../images/carousel-prevbtn.jpg) 0 0 no-repeat; }
.jcarousel-next-horizontal:hover {
    background-position: -35px 0; }
.jcarousel-next-disabled-horizontal, 
.jcarousel-next-disabled-horizontal:hover{ /* disabled next btn */
    cursor: default;
    background-position: -70px 0; }

	
.jcarousel-prev-horizontal {
    left: 8px;
    background: transparent url(../images/carousel-nextbtn.jpg) no-repeat 0 0; }
.jcarousel-prev-horizontal:hover {
    background-position: -35px 0; }
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover { /* disabled prev btn */
    cursor: default;
    background-position: -70px 0; }