.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
	width: 650px;
}	

/** Carousel **/

.buyTogether-jcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
    width: 470px;
    height: 140px;
}

.buyTogether-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.buyTogether-jcarousel li {
    float: left;
    width: 110px;
    height: 140px;
    margin-right: 10px;
}

.buyTogether-jcarousel img {
    max-height: 140px;
	min-width: 110px;
}

.buyTogether-jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.buyTogether-control-prev,
.buyTogether-control-next {
    position: absolute;
    top: 55px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}

.buyTogether-control-prev {
    left: -22px;
	top: 64px;
	background-image: url(/includes/css/images/arrow_left.png);
	background-repeat: no-repeat; 
}

.buyTogether-control-next {
    right: 140px;
	top: 65px;
	background-image: url(/includes/css/images/arrow_right.png);
	background-repeat: no-repeat; 
}

.buyTogether-control-prev:hover span,
.buyTogether-control-next:hover span {
    display: block;
}

.buyTogether-control-prev.inactive,
.buyTogether-control-next.inactive {
    opacity: .5;
    cursor: default;
	visibility: hidden;
}
