#carousel li {
    float: left;
    padding: 1px;
    border-color: #345;
    cursor: pointer;
	display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0
}

.jcarousel-skin-darksim .jcarousel-container {
    
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jcarousel-skin-darksim .jcarousel-container-horizontal {
	width: 735px;
    padding: 20px 69px;
}

.jcarousel-skin-darksim .jcarousel-clip-horizontal {
    height: 84px;
	width: 735px;
}

.jcarousel-skin-darksim img {
	
	border: 1px solid #ccc;
}
.jcarousel-skin-darksim .jcarousel-next-horizontal {
	opacity:0.37;
    position: absolute;
    top: 20px;
    right: 36px;
	width: 32px;height: 80px;background: transparent url(/images/thumbnail_right_arrow.jpg) no-repeat top left;cursor: pointer}

.jcarousel-skin-darksim .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-darksim .jcarousel-next-horizontal:hover {
	opacity:1;float: left;width: 32px;height: 80px;background: transparent url(/images/thumbnail_right_arrow.jpg) no-repeat top right}

.jcarousel-skin-darksim .jcarousel-next-disabled-horizontal,
.jcarousel-skin-darksim .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-darksim .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
	
.jcarousel-skin-darksim .jcarousel-prev-horizontal {
	opacity:0.37;
    position: absolute;
    top: 20px;
    left: 25px;
	width: 32px;height: 80px;background: transparent url(/images/thumbnail_left_arrow.jpg) no-repeat top left;cursor: pointer}
.jcarousel-skin-darksim .jcarousel-prev-horizontal:hover {
	opacity:1;float: left;width: 32px;height: 80px;background: transparent url(/images/thumbnail_left_arrow.jpg) no-repeat top right}
.jcarousel-skin-darksim .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-darksim .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-darksim .jcarousel-prev-disabled-horizontal:active {
    background-position: -96px 0;
    cursor: default;
}
