/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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: 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: 308px;
    height: 87px;
	background: transparent url('../../../../img/b_banner/banner-shadow.gif') no-repeat;
}

/**
 * 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;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#b_banners .jcarousel-container-horizontal {
    width: 971px;
	height: 87px;
	margin: 0;
	clear: both;
	margin: 0 0 0 6px;
}

#b_banners .jcarousel-clip-horizontal {
    width:  924px;
    height: 87px;
	margin: 0 0 0 23px;
}

#b_banners .jcarousel-item {
    width: 308px;
    height: 87px;
}

#b_banners .jcarousel-item img {margin: 0 auto;}

#b_banners .jcarousel-item-horizontal {
    margin: 0 0px 0 0;
}

#b_banners .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
#b_banners .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 22px;
    height: 87px;
    cursor: pointer;
    background: transparent url(../../../../img/b_banner/next_a.gif) no-repeat 0 0;
}

#b_banners .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 22px;
    height: 87px;
    cursor: pointer;
    background: transparent url(../../../../img/b_banner/prev_a.gif) no-repeat 0 0;
}

#b_banners .jcarousel-prev-disabled-horizontal {background: transparent url(../../../../img/b_banner/prev.gif) no-repeat 0 0;}

#b_banners .jcarousel-next-disabled-horizontal {background: transparent url(../../../../img/b_banner/next.gif) no-repeat 0 0;}