.jcarousel-container {
    width: 895px;
	padding: 7px 30px 0 30px;
	clear:both;
}

.jcarousel-clip {
    width:  895px;
    height: 600px;
}

.jcarousel-list {
    width:  895px;
    height: 600px;
}

.jcarousel-list li {
    width: 895px;
    height: 600px;
}

.jcarousel-item-placeholder {
    background: #fff url(/c/images/style/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 211px;
    right: 5px;
    width: 22px;
    height: 185px;
    cursor: pointer;
    background: url(/c/images/style/lookbook_right_arrow.gif) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -22px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 211px;
    left: 5px;
    width: 22px;
    height: 185px;
    cursor: pointer;
    background: url(/c/images/style/lookbook_left_arrow.gif) no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -22px 0;
}

