.jcarousel-container {
}

.jcarousel-container-horizontal {
	width:100%;
	height:100%;
}

.jcarousel-container-vertical {
	width:100%;
	height:100%;
}

.jcarousel-clip-horizontal {
    height:  100%;
    width: 84%;
	left:8%;
}

.jcarousel-clip-vertical {
    width:  100%;
    height: 84%;
	top:8%;
}

.jcarousel-item {
    width: 90px;
    height: 90px;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 29px;
    right: 8px;
    width: 32px;
    height: 53px;
    cursor: pointer;
    background: transparent url('/images/layout/scroll_right.png') center no-repeat;
}

.jcarousel-next-horizontal:hover {
    background: transparent url('/images/layout/scroll_right_h.png') center no-repeat;
}

.jcarousel-next-horizontal:active {
    background: transparent url('/images/layout/scroll_right_h.png') center no-repeat;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url('/images/layout/scroll_right_x.png') center no-repeat;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 29px;
    left: 8px;
    width: 32px;
    height: 53px;
    cursor: pointer;
    background: transparent url('/images/layout/scroll_left.png') center no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url('/images/layout/scroll_left_h.png') center no-repeat;
}

.jcarousel-prev-horizontal:active {
    background: transparent url('/images/layout/scroll_left_h.png') center no-repeat;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url('/images/layout/scroll_left_x.png') center no-repeat;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/images/layout/scroll_up.png') center no-repeat;
}

.jcarousel-prev-vertical:hover {
    background: transparent url('/images/layout/scroll_up_h.png') center no-repeat;
}

.jcarousel-prev-vertical:active {
    background: transparent url('/images/layout/scroll_up_h.png') center no-repeat;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background: transparent url('/images/layout/scroll_up_x.png') center no-repeat;
}

