.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #fcfcfc;
    border: 1px solid #d4d2d2;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 435px;
    padding: 0;
}


.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  435px;
    height: 336px;
}

.jcarousel-skin-ie7 .jcarousel-item {

}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: none;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {

}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position:absolute;
	width: 33px;
    height: 57px;
    cursor: pointer;
    background: transparent url(../stylesheets/ie7/scroller_r.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
     background: transparent url(../stylesheets/ie7/scroller_r.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
     background: transparent url(../stylesheets/ie7/scroller_r_g.png) 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 {
    background: transparent url(../stylesheets/ie7/scroller_r_g.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 33px;
    height: 57px;
    cursor: pointer;
    background: transparent url(../stylesheets/ie7/scroller_l.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
   background: transparent url(../stylesheets/ie7/scroller_l.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background: transparent url(../stylesheets/ie7/scroller_l_g.png) 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 {
    background: transparent url(../stylesheets/ie7/scroller_l_g.png) no-repeat 0 0;
}

