.jcarousel-skin-tango .jcarousel-container {
	float:left;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 635px;
    padding: 0 43px 0 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  650px;
    height: 242px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 20px;
    height: 242px;
    cursor: pointer;
    background: transparent url(/wp-content/themes/Goodwill/images/template/home-next.gif) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 20px;
    height: 242px;
    cursor: pointer;
    background: transparent url(/wp-content/themes/Goodwill/images/template/home-previous.gif) no-repeat 0 0;
}

