.jcarousel-skin-tempeh .jcarousel-container {
    background: #000;
	border-bottom: 8px #5A2A00 solid;
}

.jcarousel-skin-tempeh .jcarousel-container-horizontal {
    width: 677px;
}

.jcarousel-skin-tempeh .jcarousel-clip-horizontal {
    width:  677px;
    height: 116px;
}

.jcarousel-skin-tempeh .jcarousel-item {
    width: 160px;
    height: 110px;
    border: 1px #000 solid;

}
.jcarousel-skin-tempeh .jcarousel-item:hover {
    border: 1px #999 solid;
}

.jcarousel-skin-tempeh .jcarousel-item-horizontal {
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.jcarousel-skin-tempeh .jcarousel-item-placeholder {
    background: #000;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tempeh .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 116px;
    cursor: pointer;
    background: transparent url(ic_next.gif) no-repeat 0 0;
}


.jcarousel-skin-tempeh .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 116px;
    cursor: pointer;
    background: transparent url(ic_previous.gif) no-repeat 0 0;
}


