.jcarousel-skin-tango .jcarousel-container	{
	direction:ltr;
	margin:40px 0 25px;
	
}

.jcarousel-skin-tango .jcarousel-container-horizontal	{
    width: 997px;
    padding:0;
	text-align:center;
}

.jcarousel-skin-tango .jcarousel-clip	{
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal	{
    /*width:  891px;*/ width:  990px;
    height: 35px;
	margin:auto;
}

.jcarousel-skin-tango .jcarousel-item	{
    width: 99px;
    height: 35px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal	{
	margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder	{
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal	{display:none !important;
    position: absolute;
    top: 3px;
    right: 0;
    width: 33px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal	{display:none !important;
    position: absolute;
    top: 3px;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../prev-horizontal.png') no-repeat 0 0;
}