.jcarousel-skin-scet .jcarousel-container-horizontal {
    width: 500px;
    padding: 0 0px;
}

.jcarousel-skin-scet {
	margin-top:5px;
	background:#000000;
	height:54px;
	padding-left:1px;
}

.active-thumb {
	opacity:1;
	filter:alpha(opacity=100);
}

.inactive-thumb {
	opacity:0.40;
	filter:alpha(opacity=40);
}

.jcarousel-skin-scet img {
	cursor:pointer;
}

.jcarousel-skin-scet .jcarousel-clip-horizontal {
    width:  495px;
}

.jcarousel-list li, .jcarousel-item {
	width: 65px;
	height: 45px;
	margin:5px 3px 0 3px;
}

.jcarousel-skin-scet .jcarousel-item-horizontal {
}

.jcarousel-skin-scet .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-scet .jcarousel-item-placeholder {
    border: 1px solid #333333;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-scet .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-scet .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-scet .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-scet .jcarousel-next-disabled-horizontal,
.jcarousel-skin-scet .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-scet .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-scet .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-scet .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-scet .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-scet .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-scet .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-scet .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-scet .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-scet .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scet .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scet .jcarousel-next-disabled-vertical,
.jcarousel-skin-scet .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-scet .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-scet .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-scet .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-scet .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-scet .jcarousel-prev-disabled-vertical,
.jcarousel-skin-scet .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-scet .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
