/**
 * 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: visible;
    position: relative;
}

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

/*.jcarousel-list li,*/.jcarousel-list{ list-style: none; }
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    overflow: hidden;
}
.jcarousel-item {width: 508px;height: 364px; background: url(images/slider-bg.png) no-repeat;}
.jcarousel-item ul{ list-style: none; margin: 0; padding: 9px 0 0 11px;}
.jcarousel-item ul li{ margin-left: 0; padding-left: 0; width: 300px; text-align: left; height: 25px; }
.jcarousel-item ul li.img{ width: 482px; height: 297px; position: relative; left: 2px; top: 2px; }
.jcarousel-item ul li.page{ font-size: 1.4em; color: #007caa; line-height: 20pt;}
.jcarousel-item ul li a img{ border: none; }
/**
 * 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;
}
