.jcarousel-skin-tango {
	width: 550px;
	height: 38px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
	height: 38px;
	padding-left: 40px;
	padding-right: 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 488px;
    height: 38px;
}

.jcarousel-skin-tango .jcarousel-item {
    height:25px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
	margin-top: 13px;
	height:25px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../img/spa_arrow_right.jpg) 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(../img/spa_arrow_right_inactive.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../img/spa_arrow_left.jpg) 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(../img/spa_arrow_left_inactive.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango  li.active {
	background: url(../img/spa_selected.jpg) no-repeat bottom center;
	color: #888b79;
	margin-right: 20px;
	margin-top: 13px;
	height:25px;
}

