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

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

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 14px;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 145px;
}

.jcarousel-item {
    float: left;
    list-style: none;
    background-image: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 143px;
    height: 214px;
}

/**
 * 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; */
}


.jcarousel-container-horizontal {
    width: 653px;
    padding: 0px 69px;
}

.printad-skin .jcarousel-clip-horizontal {
   width:  648px;
}

.printad-skin .jcarousel-item div {
    margin-left: 5px;
    font-size:11px;
    font-weight: bold;
}

.printad-skin .jcarousel-item-horizontal {
    margin-right: 27px;

}
.jcarousel-item-horizontal img {
    border: 0;
    margin: 4px;
}
.jcarousel-item-horizontal img.active {
    border: solid white 4px;
    margin: 0; 
}
.nobullet {
    list-style: none !important;
    padding:0;
}

/**
 *  Scroll Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 102px;
    right: 33px;
    width: 8px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/bullet-arrow-printadv-right.png) no-repeat 0 0;
    z-index: 99;

}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 102px;
    left: 30px;
    width: 8px;
    height: 13px;
    cursor: pointer;
    background: transparent url(../images/bullet-arrow-printadv-left.png) no-repeat 0 0;
    z-index: 99;
}


