.jcarousel-skin-tango .jcarousel-container {    
    background: #fff;    
}

.jcarousel-skin-tango .jcarousel-container-horizontal {    
    padding: 10px 20px;
	width: 435px;
	float: right;
	margin: 0 -28px 0 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {   
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 87px;
    height: 59px;
}

#homes .jcarousel-skin-tango .jcarousel-item-horizontal {
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 28px;
    right: 0px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/homes/next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(../images/homes/next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(../images/homes/next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/homes/next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 28px;
    left: 5px;
    width: 21px;
    height: 21px;
    cursor: pointer;
	background: transparent url(../images/homes/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(../images/homes/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(../images/homes/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/homes/prev.gif) no-repeat 0 0;
}


