.jcarousel-skin-ie7.jcarousel-container {
    background: #fff;
}

.jcarousel-skin-ie7.jcarousel-container-horizontal {
    width: 590px;
    padding: 0;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  590px;
    height: 213px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 286px;
    height: 213px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 230px;
    left: 565px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: transparent url(right_arrow.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
		background: transparent url(right_arrow_hov.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
		background: transparent url(right_arrow_act.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(right_arrow_dis.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 230px;
    left: 525px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: transparent url(left_arrow.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
		background: transparent url(left_arrow_hov.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
		background: transparent url(left_arrow_act.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(left_arrow_dis.jpg) no-repeat 0 0;
}
