/**
 * 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: 180px;
    height: 220px;
}

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


/* whos blogging */
#carolinewb { display: block; float: left; height: 225px; width: 270px; }
#carolinewb #whoswrapper { display: block; float: left; width: 180px; }
#carolinewb #whosblogging { display: block; float: left; }
#carolinewb #whosblogging a { display: block; float: left; width: 180px; }
#carolinewb #whosblogging .caroline-name a,
#carolinewb .caroline-title { clear: both; color: #5D5D5D; display: block; font: Bold 13px/1em Arial; height: 12px; text-align: center; text-decoration: none; width: 180px; }
#carolinewb .caroline-title { color: #A0A0A0; font-size: 11px; }
#carolinewb #whosprev, #carolinewb #whosnext { display: block; float: left; height: 165px; width: 40px; }
#carolinewb #whosprev { background: url(/wp-content/plugins/caroline/images/prev.png) 21px 50px no-repeat; }
#carolinewb #whosnext { background: url(/wp-content/plugins/caroline/images/next.png) 21px 50px no-repeat; }
#carolinewb img { margin-left: 20px; }
