.jcarousel-container {
	-moz-user-select: none;
	margin: auto;
    width: 685px;
    height: 160px;
    background: #000;
    border-top: 1px solid #ffddaa;
    border-bottom: 1px solid #ffddaa;
}

.jcarousel-skin-front .jcarousel-container-horizontal {
    width: 585px;
    padding: 10px 50px;
}

.jcarousel-skin-front .jcarousel-clip-horizontal {
    width: 585px;
}

.jcarousel-skin-front .jcarousel-item {
    width: 140px;
    height: 160px;
    border: 1px solid #000;
}

.jcarousel-skin-front .jcarousel-item:hover {
    border: 1px solid #666;
}

.jcarousel-skin-front .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-front .jcarousel-item-placeholder {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}



