.jcarousel-container {
    position: relative;
	width: 392px;
	padding: 20px;
	height: 320px;
	overflow: hidden;
	text-shadow: #000000 0px 1px 1px;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 392px;
    height: 320px;
}
.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;
    width: 392px;
    height: 320px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 290px;
    right: 50px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	background: url("/img/carousel_next.gif") no-repeat center center;
}
.jcarousel-next-horizontal:hover {
	background: url("/img/carousel_next_hover.gif") no-repeat center center;
}
/*.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}*/
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background: url("/img/carousel_next_disabled.gif") no-repeat center center;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 290px;
    left: 50px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	background: url("/img/carousel_previous.gif") no-repeat center center;
}
.jcarousel-prev-horizontal:hover {
	background: url("/img/carousel_previous_hover.gif") no-repeat center center;
}
/*.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}*/
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: url("/img/carousel_previous_disabled.gif") no-repeat center center;
}