.jcarousel-container {
    background:transparent;
    width: 788px;
    height: 98px;
    padding: 0;
}

.jcarousel-clip {
    width:  788px;
    height: 98px;
}

.jcarousel-list {
    width:  5000px !important;
    height: 98px !important;
}

.jcarousel-list li {
    width: 98px;
    height: 98px;
    margin-right:0;
}

.jcarousel-item-placeholder {
    background: #fff url(../images/content/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -24px;
    width: 25px;
    height: 94px;
    cursor: pointer;
    background: transparent url(../images/content/jcarousel_fwd.png) no-repeat 0 center;
}

.jcarousel-next-horizontal:hover {
    background-position: -50px center;
}

.jcarousel-next-horizontal:active {
    background-position: -50px center;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -25px center;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -24px;
    width: 25px;
    height: 94px;
    cursor: pointer;
    background: transparent url(../images/content/jcarousel_back.png) no-repeat 0 center;
}

.jcarousel-prev-horizontal:hover {
    background-position: -50px center;
}

.jcarousel-prev-horizontal:active {
    background-position: -50px center;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -25px center;
}



.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;
}