/**
 * 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;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 55px;
    height: 40px;
}

/**
 * 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-wn .jcarousel-container 
{
    background-image: url(../Images/Backgrounds/bkgCategorySlider.png);
    background-repeat: no-repeat;
    width: 260px;
    min-height: 40px;
    height: 40px;

    /*
    -moz-border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080;
    */
}

.jcarousel-skin-wn .jcarousel-container-ie6 
{
    background-image: url(../Images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/Backgrounds/bkgCategorySlider.png', sizingMethod='image');
}

.jcarousel-skin-wn .jcarousel-container-horizontal {
    /*width: 180px;*/
    width: 170px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 32px;
    padding-left: 58px;
}

.jcarousel-skin-wn .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-wn .jcarousel-clip-horizontal {
    width:  172px;
    height: 40px;
}

.jcarousel-skin-wn .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-wn .jcarousel-item {
    width: 55px;
    height: 40px;
}

.jcarousel-skin-wn .jcarousel-item:hover {
}

.jcarousel-skin-wn .jcarousel-item-horizontal {
    margin-right: 5px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-wn .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 17px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../Images/Buttons/next.gif) no-repeat 0 0;*/
    background: transparent url(../Images/Buttons/PSP-Next.jpg) no-repeat 0 0;
}

.jcarousel-skin-wn .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-wn .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-wn .jcarousel-next-disabled-horizontal,
.jcarousel-skin-wn .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-wn .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

.jcarousel-skin-wn .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 34px;
    width: 17px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../Images/Buttons/prev.gif) no-repeat 0 0;*/
    background: transparent url(../Images/Buttons/PSP-Prev.jpg) no-repeat 0 0;
}

.jcarousel-skin-wn .jcarousel-pause {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 14px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Images/Buttons/PSP-Pause.jpg) no-repeat 0 0;
}

.jcarousel-skin-wn .jcarousel-play {
    background: transparent url(../Images/Buttons/PSP-Play.jpg) no-repeat 0 0;
}

.jcarousel-skin-wn .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-wn .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-wn .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-wn .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-wn .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

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

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

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

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

.jcarousel-skin-wn .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-wn .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-wn .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

