.jcarousel-skin-windrush .jcarousel-container {
}

.jcarousel-skin-windrush .jcarousel-container-horizontal {
    width: 972px;
    padding: 0 15px 0 0;
}

.jcarousel-skin-windrush .jcarousel-clip {
	padding-left: 15px;
    overflow: hidden;
}

.jcarousel-skin-windrush .jcarousel-clip-horizontal {
    width:  972px;
    height: 193px;
}

.jcarousel-skin-windrush .jcarousel-item {
    width: 198px;
    height: 193px;
}

.jcarousel-skin-windrush .jcarousel-item:hover,
.jcarousel-skin-windrush .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-windrush .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-windrush .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-windrush .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 12px;
    height: 40px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-windrush .jcarousel-next-horizontal:hover,
.jcarousel-skin-windrush .jcarousel-next-horizontal:focus {
    background-position: -12px 0;
}

.jcarousel-skin-windrush .jcarousel-next-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-windrush .jcarousel-next-disabled-horizontal,
.jcarousel-skin-windrush .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-windrush .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-windrush .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}

.jcarousel-skin-windrush .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 40px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-windrush .jcarousel-prev-horizontal:hover,
.jcarousel-skin-windrush .jcarousel-prev-horizontal:focus {
    background-position: -12px 0;
}

.jcarousel-skin-windrush .jcarousel-prev-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-windrush .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-windrush .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-windrush .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-windrush .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}