.jcarousel-container {
    background: #fff;
    width: 525px;
    height: 31px;
    padding: 0 87px;
}

.jcarousel-clip {
    width:  525px;
    height: 31px;
}

.jcarousel-list {
    width:  525px;
    height: 31px !important;
}

.jcarousel-list li {
	width:140px;
    margin-right: 2px;
}


.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 51px;
    height: 19px;
    cursor: pointer;
    background: transparent url(last_tab.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -51px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -51px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -102px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 51px;
    height: 19px;
    cursor: pointer;
    background: transparent url(first_tab.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -51px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -51px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -102px 0;
}

.jcarousel-container-vertical {
    width: 158px;
    height: 564px;
    padding:30px 0 35px 10px;
	background:transparent;
}
.jcarousel-clip-vertical {
    width:  158px;
    height:564px;
}

.jcarousel-clip-vertical .jcarousel-list {
    width:  158px;
    height: auto !important;
}

.jcarousel-clip-vertical .jcarousel-list li {
	float:left;
    width: 158px;
    height: 188px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    width: 158px;
    height: 188px;
    margin-bottom: 10px !important;
}


/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 8px;
    left: 63px;
    width: 30px;
    height: 19px;
    cursor: pointer;
    background: transparent url(down.gif) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: -30px 0;
}

.jcarousel-next-vertical:active {
    background-position: -60px 0;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 63px;
    width: 30px;
    height: 19px;
    cursor: pointer;
    background: transparent url(up.gif) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: -30px 0;
}

.jcarousel-prev-vertical:active {
    background-position: -60px 0;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: -60px 0;
}
