/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    background:#e9e2d7;
    
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding:0px 0px 0px 0px;
    width:484px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 121px;
    height: 147px;
}
.jcarousel-item img {display:block;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
    width:23px;
    height:147px;
    position:absolute;
    right:-18px !important;
	top:0px;
	background:url(/i/carousel-right.gif) 0px 0px no-repeat;
	cursor:pointer;
	right:5px;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    width:23px;
    height:147px;
    position:absolute;
    left:-23px;
	top:0px;
	background:url(/i/carousel-left.gif) 0px 0px no-repeat;
	cursor:pointer;
}

.jcarousel-next-disabled,.jcarousel-prev-disabled {
    background:#e9e2d7;
    cursor:default;
}
#footer-txt .jcarousel-clip {
width:475px;
 }
#footer-txt .jcarousel-container {
background:#F0EEEB;

}
#footer-txt .jcarousel-list li,
#footer-txt .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 475px;
    height: 67px;
    padding-top:9px;
}
#footer-txt .jcarousel-next {
    z-index: 3;
    display: none;
    width:35px;
    height:76px;
    position:absolute;
    right:-45px !important;
	top:0px;
	background:url(/i/footer-txt-right.gif) 0px 0px no-repeat;
	cursor:pointer;
	right:0px;
}

#footer-txt .jcarousel-prev {
    z-index: 3;
    display: none;
    width:35px;
    height:76px;
    position:absolute;
    left:-45px;
	top:0px;
	background:url(/i/footer-txt-left.gif) 0px 0px no-repeat;
	cursor:pointer;
}

#footer-txt .jcarousel-next-disabled,#footer-txt .jcarousel-prev-disabled {
    background:none;
    cursor:default;
}
