.jcarousel-skin-eric.jcarousel-container {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	z-index: 0; /* to go below drop downs */
}

.jcarousel-skin-eric.jcarousel-container-horizontal {
    width:390px; 
    padding: 0 0px 0 0px; /*space to sides of arrows and content can overlay for trans */
}

.jcarousel-skin-eric .jcarousel-clip-horizontal {
    width:  390px;
    height: 325px;
    /* border: 1px solid #ccc; */
}

.jcarousel-skin-eric .jcarousel-item {
    width: 390px;  /* i lessed it to move images more left ,width of actual images, set if all the same or change inline for each */
    height: 325px;
}

.jcarousel-skin-eric .jcarousel-item-horizontal {
    margin-right: 0px; /*  space between images */
}

.jcarousel-skin-eric .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-eric .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 325px; /* or use next-look and set to 38 height and top to 130px */
    cursor: pointer;
    background: transparent url(next-multi.png) no-repeat 0 0;
}

.jcarousel-skin-eric .jcarousel-next-horizontal:hover {
    background-position: -35px 0;
}

.jcarousel-skin-eric .jcarousel-next-horizontal:active {
    background-position: -35px 0;
}

.jcarousel-skin-eric .jcarousel-next-disabled-horizontal,
.jcarousel-skin-eric .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-eric .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -70px 0;
}

.jcarousel-skin-eric .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 325px; /* or use prev-look and set to 38 height and top to 130px */
    cursor: pointer;
    background: transparent url(prev-multi.png) no-repeat 0 0;
}

.jcarousel-skin-eric .jcarousel-prev-horizontal:hover {
    background-position: -35px 0;
}

.jcarousel-skin-eric .jcarousel-prev-horizontal:active {
    background-position: -35px 0;
}

.jcarousel-skin-eric .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-eric .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-eric .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -70px 0;
}


