.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;
    width: 63px;
    height: 65px;
	margin-right: 7px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-clip {
	width: 280px;
	position: absolute;
	top: 5px;
	left: 58px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
	opacity: 0.2 !important;
	filter: alpha(opacity=20) !important;
	cursor: default !important;
}

div.slideshow_big .jcarousel-clip {
	width: 504px;
	left: 62px;
	height: 60px;
}

div.slideshow_big .jcarousel-list li,
div.slideshow_big .jcarousel-item {
	margin-right: 9px;
	height: 60px;
}

div.slideshow_big img {
	cursor: pointer;
}
