.jcarousel-skin-tango .jcarousel-container {}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 740px;
 }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  735px;
    height: 420px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 170px;
    height: 420px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 18px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    left: 755px;
    width: 65px;
    height: 59px;
    cursor: pointer;
    background: transparent url(../images/arrowright.png) no-repeat 0 0;
	behavior:url(/meadowfresh/iepngfix.htc);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(../images/arrowright-over.png) no-repeat 0 0;
	behavior:url(/meadowfresh/iepngfix.htc);
}

.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/arrowright.png) no-repeat 0 0;
	behavior:url(/meadowfresh/iepngfix.htc);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: -80px;
    width: 65px;
    height: 59px;
    cursor: pointer;
    background: transparent url(../images/arrowleft.png) no-repeat 0 0;
	behavior:url(/meadowfresh/iepngfix.htc);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   background: transparent url(../images/arrowleft-over.png) no-repeat 0 0;
   behavior:url(/meadowfresh/iepngfix.htc);
}

.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/arrowleft.png) no-repeat 0 0;
	behavior:url(/meadowfresh/iepngfix.htc);
}
