/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    width: 498px;
    overflow: hidden;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 450px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 0px;
}

.jcarousel-list li{float: left; width: 106.5px; display: block; margin: 0; padding: 0 8px 0 0;}
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 106.5px;
    height: 170px;
}

/**
 * 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: 30;
    display: block;
    position: absolute;
    top: 70px;
    right: 5px;
    width: 12px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../img/slider_right.jpg) no-repeat 0 0;
}

.jcarousel-prev {
    z-index: 30;
    display: block;
    position: absolute;
    top: 70px;
    left: 5px;
    width: 12px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/slider_left.jpg) no-repeat 0 0;
}
.jcarousel-container-horizontal{
	width: 498px;
    padding: 0px 0px 0 0px;
    z-index: 31;
}
.jcarousel-clip-horizontal{width: 450px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 25px; z-index: 2;}
.jcarousel-item-horizontal{}
