.jcarousel-skin-htmanset .jcarousel-container-horizontal {
    width: 529px;
    height: 350px;
}

.jcarousel-skin-htmanset .jcarousel-clip-horizontal {
    width:  529px;
    height: 350px;
}

.jcarousel-skin-htmanset .jcarousel-item {
    width: 75px;
    height: 350px;
    border: 0px solid #fff;
}

.jcarousel-skin-htmanset .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-htmanset .jcarousel-item-horizontal {
    position: relative;
    width: 88px;
    height: 350px;
    background-image: url(slider_item.gif);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.jcarousel-skin-htmanset .jcarousel-item-vertical {
    margin-bottom: 7px;
}

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

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

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

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

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

.jcarousel-skin-htmanset .jcarousel-prev-horizontal {
    position: absolute;
    top: 9px;
    right: 24px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

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

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

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

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

.jcarousel-skin-htmanset .jcarousel-next-vertical:hover {
    background-position: 0 -12px;
}

.jcarousel-skin-htmanset .jcarousel-next-vertical:active {
    background-position: 0 -24px;
}

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

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

.jcarousel-skin-htmanset .jcarousel-prev-vertical:hover {
    background-position: 0 -12px;
}

.jcarousel-skin-htmanset .jcarousel-prev-vertical:active {
    background-position: 0 -24px;
}

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

/***********************************/
.jcarousel-skin-htmanset .jcarousel-item img.thumbnail
{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 80px;
    height: 55px;
}

.jcarousel-skin-htmanset .jcarousel-item div.item_title
{
    position: absolute;
    left: 4px;
    top: 61px;
    width: 80px;
    height: 28px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    overflow: hidden;
}
.jcarousel-skin-htmanset .jcarousel-item div.item_icon_video
{
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 11px;
    z-index: 100;
    background-image: url(slider_item_video.gif);
    background-repeat: no-repeat;
}
.jcarousel-skin-htmanset .jcarousel-item div.item_icon_galeri
{
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 11px;
    z-index: 100;
    background-image: url(slider_item_galeri.gif);
    background-repeat: no-repeat;
}
