
.jcarousel-skin-best .jcarousel-container-horizontal {
	
    width: 428px;
	height: 140px;
	padding: 0px 0px 2px 40px;
   
}

.jcarousel-skin-best .jcarousel-container-vertical {
    width: 140px;
    height: 140px;
    padding: 40px 20px;
}

.jcarousel-skin-best .jcarousel-clip-horizontal {
    width:  430px;
    height: 142px;
	padding: 0px 0px 2px 0px;
}

.jcarousel-skin-best .jcarousel-clip-vertical {
    width:  140px;
    height: 140px;
}

.jcarousel-skin-best .jcarousel-item {
    width: 140px;
    height: 140px;
	border: 1px solid #000000;
	
}

.jcarousel-skin-best .jcarousel-item:hover,
.jcarousel-skin-best .jcarousel-item:focus {
    border-color: #ff7200;
}

.jcarousel-skin-best .jcarousel-item-horizontal {
    margin-right: 2px;
}

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


.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-best .jcarousel-next-horizontal {
    position: absolute;
    top: 1px;
    right: 434px;
    width: 35px;
    height: 140px;
    cursor: pointer;
    background: transparent url(best_button.png) no-repeat 0 0;
/*}

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

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

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

.jcarousel-skin-best .jcarousel-prev-horizontal {
    position: absolute;
    top: 1px;
    left: 451px;
    width: 19px;
    height: 140px;
    cursor: pointer;
    background: transparent url(back_button.png) no-repeat 0 0;
/*}

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

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-best .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-best .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.jcarousel-skin-best .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-best .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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

