.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    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: 75px;
    height: 75px;
}

/**
 * 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;
}

/* GENERAL */

.jcarousel-skin-12p .jcarousel-container {
    background: #636466;
	/*width:668px;*/
	margin-left:0px;
}

.jcarousel-skin-12p .jcarousel-container-horizontal {
    width: 640px;
    padding: 20px 0px 20px 20px;
}

.jcarousel-skin-12p .jcarousel-clip-horizontal {
    width:  640px;
    height: 115px;
}

.jcarousel-skin-12p .jcarousel-item {
    width: 110px;
    height: 115px;
}

.jcarousel-skin-12p .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-12p .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-12p .jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: -14px;
    width: 14px;
    height: 37px;
    cursor: pointer;
    background: transparent url(../../images/btn_next_ref.png) no-repeat 0 0;
}

.jcarousel-skin-12p .jcarousel-next-horizontal:hover {
    background: transparent url(../../images/btn_next_hover_ref.png) no-repeat 0 0;
}

.jcarousel-skin-12p .jcarousel-next-horizontal:active {
    background: transparent url(../../images/btn_next_hover_ref.png) no-repeat 0 0;
}

.jcarousel-skin-12p .jcarousel-next-disabled-horizontal,
.jcarousel-skin-12p .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-12p .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent;
}

.jcarousel-skin-12p .jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: -14px;
    width: 14px;
    height: 37px;
    cursor: pointer;
    background: transparent url(../../images/btn_prev_ref.png) no-repeat 0 0;
}

.jcarousel-skin-12p .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
	background: transparent url(../../images/btn_prev_hover_ref.png) no-repeat 0 0;
}

.jcarousel-skin-12p .jcarousel-prev-horizontal:active {
    background-position: 0 0;
	background: transparent url(../../images/btn_prev_hover_ref.png) no-repeat 0 0;
}


.jcarousel-skin-12p .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-12p .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-12p .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent ;
}

