
.jcarousel-skin-ie7footer .jcarousel-containerfooter {
}

.jcarousel-skin-ie7footer .jcarousel-containerfooter-horizontal {
    width: 915px;
}

.jcarousel-skin-ie7footer .jcarousel-clipfooter-horizontal {
    height: 69px;
	margin: 0 40px 0 40px;
	width: 831px;
}

.jcarousel-skin-ie7footer .jcarousel-itemfooter {
    width: 277px;
    height: 25px;
	text-align:center;
}

.jcarousel-skin-ie7footer .jcarousel-itemfooter:hover {
    border-color: #808080;
}

.jcarousel-skin-ie7footer .jcarousel-itemfooter-horizontal {
    margin: 0;
}

.jcarousel-skin-ie7footer .jcarousel-itemfooter-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7footer .jcarousel-nextfooter-horizontal {
    position: absolute;
    top: 25px;
    right: 6px;
    width: 16px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/footer/next.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7footer .jcarousel-nextfooter-horizontal:hover {
/*    background-position: -32px 0; */
    background: transparent url(../images/footer/next.gif) no-repeat 0 0;

}

.jcarousel-skin-ie7footer .jcarousel-nextfooter-disabled-horizontal,
.jcarousel-skin-ie7footer .jcarousel-nextfooter-disabled-horizontal:hover,
.jcarousel-skin-ie7footer .jcarousel-nextfooter-disabled-horizontal:active {
    cursor: default;
/*    background-position: -96px 0; */
    background: transparent url(../images/footer/null.gif) no-repeat 0 0;

}

.jcarousel-skin-ie7footer .jcarousel-prevfooter-horizontal {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 16px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/footer/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7footer .jcarousel-prevfooter-horizontal:hover {
/*    background-position: -32px 0; */
    background: transparent url(../images/footer/prev.gif) no-repeat 0 0;

}

.jcarousel-skin-ie7footer .jcarousel-prevfooter-disabled-horizontal,
.jcarousel-skin-ie7footer .jcarousel-prevfooter-disabled-horizontal:hover,
.jcarousel-skin-ie7footer .jcarousel-prevfooter-disabled-horizontal:active {
    cursor: default;
/*    background-position: -96px 0; */
    background: transparent url(../images/footer/null.gif) no-repeat 0 0;
}