/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-skin-apperang {height: 125px; overflow: hidden !important;}
.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;
    width: 554px;
    height: 125px !important;
}

.jcarousel-skin-apperang .jcarousel-list li,
.jcarousel-skin-apperang .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 170px;
    height: 121px;
}

/**
 * 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;
}

/* Skin */

.jcarousel-skin-apperang .jcarousel-container {
}
.jcarousel-skin-apperang .jcarousel-mid {
	background-color: #EFF7F9;
}

.jcarousel-skin-apperang .jcarousel-container-horizontal {
    padding: 0 38px 0 34px;
    margin: 0px;
}

.jcarousel-skin-apperang .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-apperang .jcarousel-clip-horizontal {
    width:  554px;
    height: 125px;
    margin: 0px;
}

.jcarousel-skin-apperang .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-list-horizontal {margin: 0px !important;}

.jcarousel-skin-apperang .jcarousel-item {
    width: 170px;
    height: 121px;
}

.jcarousel-skin-apperang .jcarousel-item-horizontal {
    width: 170px;
    height: 121px;
    margin-right: 4px;
}

.jcarousel-skin-apperang .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-apperang .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Buttons */
.jcarousel-skin-apperang .jcarousel-next-horizontal {
    position: absolute;
    top: 46px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(/Images/btn_pager_next.png) no-repeat -30px 0;
}

.jcarousel-skin-apperang .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-apperang .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-apperang .jcarousel-next-disabled-horizontal,
.jcarousel-skin-apperang .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-apperang .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.jcarousel-skin-apperang .jcarousel-prev-horizontal {
    position: absolute;
    top: 46px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(/Images/btn_pager_back.png) no-repeat -30px 0;
}

.jcarousel-skin-apperang .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-apperang .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-apperang .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-apperang .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-apperang .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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;
}


