.jcarousel-skin-tnt .jcarousel-container {
}
.jcarousel-clip-horizontal {}

.jcarousel-skin-tnt .jcarousel-container-horizontal {
    width: 848px;
    padding: 10px 65px;
}

.jcarousel-skin-tnt .jcarousel-clip-horizontal {
    width:  838px;
    height: 170px;
}

.jcarousel-skin-tnt .jcarousel-item, .jcarousel-skin-tnt .jcarousel-item img {
    width: 400px;
    height: 170px;
}

.jcarousel-skin-tnt .jcarousel-item-horizontal {
    margin-right: 10px;
	margin-left: 10px;
	_margin-right: 8px;
	_margin-left: 8px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tnt .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
	right: 0px;
    width: 50px;
    height: 160px;
    cursor: pointer;
    background: transparent url('/img/arrow_right.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-next-horizontal:hover {
    background: transparent url('/img/arrow_right_hover.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-next-horizontal:active {
    background: transparent url('/img/arrow_right.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tnt .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tnt .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	 background: transparent url('/img/arrowoff.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 50px;
    height: 160px;
    cursor: pointer;
    background: transparent url('/img/arrow_left.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-prev-horizontal:hover {
    background: transparent url('/img/arrow_left_hover.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-prev-horizontal:active {
    background: transparent url('/img/arrow_left.png') no-repeat 0 0;
}

.jcarousel-skin-tnt .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tnt .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tnt .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url('/img/arrowoff.png') no-repeat 0 0;
	/*background: transparent url('/img/arrow_left.png') no-repeat 0 0;*/
}