body {
 	behavior: url(../csshover3.htc); 
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: -2px;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;

}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


#carouselSupportCause li a img{
	border:none;
}

.jcarousel-skin .jcarousel-container {
	background:url(../images/bgSlideshow.jpg) no-repeat left top;
	width:832px;
	height:99px;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 832px;
    padding: 10px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  815px;
    height: 75px;
}

.jcarousel-skin .jcarousel-item-horizontal {
   margin: 0 12px;
}


.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 0;
    width: 42px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btnSlideshowRight24.png) no-repeat 0 0;
	_background: transparent url(../images/btnSlideshowRight8.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    position: absolute;
    top: 32px;
    right: 0;
    width: 42px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btnSlideshowRightOn24.png) no-repeat 0 0;
	_background: transparent url(../images/btnSlideshowRightOn8.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 32px;
    left: -15px;
    width: 42px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btnSlideshowLeft24.png) no-repeat 0 0;
	_background: transparent url(../images/btnSlideshowLeft8.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    position: absolute;
    top: 32px;
    left: -15px;
    width: 42px;
    height: 48px;
    cursor: pointer;
    background: transparent url(../images/btnSlideshowLeftOn24.png) no-repeat 0 0;
	_background: transparent url(../images/btnSlideshowLeftOn8.png) no-repeat 0 0;
}





