/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    width: 1040px;
    position: relative;
    border: none !important;
    background-color: rgb(227, 202, 160) !important;
}

/* Contains the images */
.jcarousel-container-horizontal {
    width: 1040px !important;
    height: 108px;                      /* Adjust if jcarousel-clip-horizontal is changed */
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

/* Determines the length that images are allowed to show within */
.jcarousel-clip-horizontal {
    width: 1040px !important;
    height: 108px !important;           /* Adjust if jcarousel-container-horizontal is changed */
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 50px !important;             /* Adjust if jcarousel-[container OR clip]-horizontal is changed */
    height: 108px;                      /* Adjust if jcarousel-[container OR clip]-horizontal is changed */
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

        /**
 * Additional styles for the controls.
 */
.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 100%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    /* border: 1px solid #fff;
    color: #eee;
    background-color: #CFB283; */
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

/* Configures the navigation controls (Prev, Next, etc.) */
.jcarousel-scroll {
    margin-bottom: 5px;
    margin-left: 40px;
    text-align: center;
    /* width: 1072px; */
    /* color: purple; */
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

.jcarousel-scroll :any-link {
    /* color: palevioletred; */
}
