
.jcarousel-skin-tango .jcarousel-container {
	width: 635px;
	float:right;
	overflow:hidden;
	*margin-left:19px;
	_margin-left:0px;
	}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 585px;
    _width: 635px;	
    padding: 0px 25px;
	overflow:hidden;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  585px;
    height: 145px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 195px;
    height: 140px;
}

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


.jcarousel-skin-tango .jcarousel-item-placeholder {
}

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

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(next_on.png) no-repeat 0 0 !important;
}




.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
    background: transparent url(next_on.png) no-repeat 0 0 !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
	left:0px;
    width: 17px;
    height: 145px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: transparent url(prev_on.png) no-repeat 0 0 !important;
}




.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover{
    cursor: pointer;
    background: transparent url(prev_on.png) no-repeat 0 0 !important;
}


