
/**
 * List styles
 */

/* EXTRA ADDITIONS */

/* Diary of a Foodie */

#sponsors { width: 232px; height: 60px; position: relative; }
#sponsors a { }
#sponsors a:hover { background: none; }
#sponsors a.sponsor1 { display: block; height: 40px; position: absolute; top: 0; width: 108px; left: 0; background: url(i/index/sponsors.gif) no-repeat 0 0; text-indent: -9999px; }
#sponsors div.sponsor2 { position: absolute; width: 122px; left: 120px; top: 0; }

/* KEYWORD OVERRIDE - we didn't roll out magnet-presentation keywords to entire site, just list page */

.keywords dd{color:#a0bbcb; background: url(i/global/keywordcomma.gif) no-repeat right bottom; padding-right: 3px;}
.keywords dd.last {background: none;}

/* MAIN LIST FILE */

.utils.bottom {
    clear: both;
}

.list {
    position: relative;
    width: 610px;
}

.editlink {
    display: none;
}

.disabled {
    opacity: .6;
    *filter: alpha(opacity=60);
}

/* intro switching stuff */

.listC .intro-container {
    position: absolute;
    left: -9999px;
}

html.slideshow-showintro-true .intro-container {
    position: relative;
    left: 0;
}

html.slideshow-hasintro-true #items-container,
html.slideshow-hasintro-true .cr-item {
    position: absolute;
    left: -9999px;
}

html.slideshow-hasintro-true .intro-container {
    position: relative;
    left: auto;
}

html.slideshow-showinitial-true #items-container .item {
    display: block;
}

html.slideshow-showinitial-false #items-container .item {
    display: none;
}

.list-view-slideshow {
    background: url(i/slide/slideshow-view-btn.gif) no-repeat left top;
    cursor: pointer;
    display: block;
    height: 0;
    margin: 15px 0 15px 0;
    overflow: hidden;
    padding: 15px 105px 0 0;
    text-indent: -9999px;
    width: 0;
}

    .list-view-slideshow:hover {
        background-color: none;
        background-position: 0 -15px;
    }

.list-backto {
    color: #444;
    cursor: pointer;
    font: 11px arial, helvetica, sans-serif;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

    .list-backto:hover {
        text-decoration: underline;
    }

/* PRIMARY TYPOGRAPHY */

.headers-container {

}

    .headers-container .rubric {
        font: bold 10px arial, helvetica, sans-serif;
    }

    .headers-container h1 {
        color: #000;
        font: bold 30px/1em arial, helvetica, sans-serif;
        text-transform: uppercase;
    }

        .headers-container h1 a {
            color: #000;
        }

            .headers-container h1 a:hover {
                background: #fff;
                color: #5584ac;
            }

    .headers-container h2 {
        color: #8e8d8d;
        font: bold 14px/16px arial, helvetica, sans-serif;
        margin-top: 6px;
    }

    .headers-container .byline,
    .headers-container .display-date {
        color: #8e8d8d;
        font: normal 10px arial, helvetica, sans-serif;
        margin-top: 10px;
        text-transform: uppercase;
    }

        .headers-container .byline .label {
            font-weight: bold;
        }

.intro-container {

}

    .intro-container .content-headline {
        color: #000;
        font: bold 16px/1em arial, helvetica, sans-serif;
        text-transform: uppercase;
    }

    .intro-container .lead {
        color: #8e8d8d;
        font: bold 11px/1em arial, helvetica, sans-serif;
        margin-top: 6px;
        text-transform: uppercase;
    }

    .intro-container .text {
        color: #000;
        font: normal 11px/13px arial, helvetica, sans-serif;
        margin-top: 12px;
    }

.list-supporting .footer {
    font: normal 10px arial, helvetica, sans-serif;
}

    .list-supporting .footer .legal {
        color: #999;
    }

    .list-supporting .footer .text {
        color: #bbb;
    }

/* PRIMARY LAYOUT */

.headers-container:after,
.intro-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;
}

.headers-container {
    clear: both;
}

.intro-container {
    clear: both;
    margin: 20px 0 0 0;
}

#items-container {
    clear: both;
    position: relative;
    *zoom: 1; /* IE6 might need this to position view all box correctly, else it animates from the bottom of the screen (sometimes) Also IE7 needs it in order to switch between intro and items container */
}

.list .pagination {
    clear: both;
}

/* THUMBNAILS - only relevant with slideshow */

.list .thumbnails ul,
.list .thumbnails li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list .thumbnails li {
        float: left;
        margin-right: 10px;
    }

/* COMMON TYPOGRAPHY */

.item .rubric {
    color: #b2b2b2;
    font: bold 10px arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.list .item-inner .content-headline {
    font: bold 16px/18px arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.list .item-inner .sub-header {
    color: #8d8d8d;
    font: normal 11px arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.item .byline,
.item .display-date {
    color: #8e8d8d;
    font: normal 10px arial, helvetica, sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

    .item .byline .label {
        font-weight: bold;
    }

/* ITEM PAGE */

.itemA .headers-container,
.itemB .headers-container {
    width: 610px;
}

.itemA .item-inner,
.itemB .item-inner {
    margin: 20px 0 0 0;
}

.itemA .captioned-photo,
.itemB .captioned-photo {
    float: left;
    margin: 0 20px 20px 0;
}

.itemA .item-text,
.itemB .item-text {
    font-family: arial, helvetica, sans-serif;
    margin: 20px 0 0 0;
    width: 610px;
}

    .itemA .lead-introduction,
    .itemB .lead-introduction,
    .itemA .body,
    .itemB .body,
    .itemA .embedded-list,
    .itemB .embedded-list {
        color: #1d1d1d;
        font-size: 11px;
    }

    .itemA .lead,
    .itemB .lead {
        font-weight: bold;
    }

    .itemA .embedded-list, /* move to global? might or might not be applied to other lists with floated images to the left */
    .itemB .embedded-list {
        overflow: hidden;
        padding-left: 14px;
    }

.itemA .backto,
.itemB .backto {
    margin-top: 24px;
}

    .itemA .backto a.backto-link,
    .itemB .backto a.backto-link {
        font-size: 12px;
        text-transform: lowercase;
    }

/* ITEM LIST */

.listA #items-container,
.listB #items-container {
    margin: 0 0 20px 0;
}

    .listA .items,
    .listB .items {
        width: 100%;
    }

.listA .item,
.listB .item {
    clear: both;
    float: left;
    padding: 15px 0 8px 0;
    position: relative;
    width: 100%;
}

    .listA .item:last-child {
        border-bottom: 0;
    }

.listA .intro-container .captioned-photo,
.listB .intro-container .captioned-photo,
.listA .item .captioned-photo,
.listB .item .captioned-photo {
    float: left;
}

.listA .intro-container .captioned-photo,
.listB .intro-container .captioned-photo {
    margin-right: 10px; /* TODO: this may blow out IE6 if image is full-width, but it's the easiest way to do it. Need to address IE sometime */
}

.listA .item .captioned-photo,
.listB .item .captioned-photo {
    margin-right: 20px;
}

    .listA .intro-container .captioned-photo,
    .listB .intro-container .captioned-photo,
    .listA .item .captioned-photo img,
    .listB .item .captioned-photo img {
        display: block;
    }

.listA .item-inner,
.listB .item-inner {
    margin-top: 0;
    overflow: hidden; /* to get the item text vertically aligned instead of wrapping */
}

    .listA #main .item .rubric,
    .listB #main .item .rubric {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .listA .item-inner .headers-container,
    .listB .item-inner .headers-container {
        padding-bottom: 3px;
        width: auto;
    }

    .listA .item-text,
    .listB .item-text {
        font: .9em/1.3em arial, helvetica, sans-serif;
        margin-top: 2px;
        width: auto;
    }

        .listA .item .lead-introduction,
        .listA .item .lead,
        .listA .item .detail,
        .listB .item .lead-introduction,
        .listB .item .lead,
        .listB .item .detail {
            display: inline;
            padding-right: 5px;
        }

/* SLIDESHOW */

.listC .headers-container {
}

.listC .intro-container {
}

.listC #items-container {
    margin: 20px 0 30px 0;
}

.listC .items {
    border: solid #000;
    border-width: 0 1px;
    height: 472px; /* change to height of design */
    position: relative;
    overflow: hidden;
    width: 608px;
}

    .listC .captioned-photo {
        border: 0px solid #daddde;
        text-align: center;
    }

    .listC .intro-container .captioned-photo {
        border-width: 1px;
    }

        .listC .captioned-photo img {
            display: inline;
        }

        .listC .captioned-photo .caption {
            background: #fff;
            bottom: 0;
            color: #000;
            font-size: 11px;
            left: 0;
            opacity: .8;
            _filter: alpha(opacity=80);
            padding: 8px 10px;
            position: absolute;
            text-align: left;
        }

    .listC .item {
        background: #000;
        color: #fff;
        left: 0;
        position: absolute;
        top: 0;
    }

    .listC .itemA {
        padding-left: 0;
        padding-top: 380px;
        width: 608px;
    }

        .listC .itemA .captioned-photo {
            border-width: 0;
            height: 380px; /* change to horizontal img height */
            left: 0;
            margin: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 608px;
        }

            .listC .itemA .captioned-photo .caption {
                width: 588px;
            }

        .listC .itemA .item-inner {
            height: 92px; /* change */
            padding: 0 15px;
        }

    .listC .itemB {
        padding-left: 392px; /* change */
        width: 216px; /* change */
    }

        .listC .itemB .captioned-photo {
            border-width: 0;
            height: 472px; /* change */
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 377px; /* change */
        }

            .listC .itemB .captioned-photo .caption {
                width: 357px;
            }

        .listC .itemB .item-inner {
            height: 472px; /* change */
            width: 216px; /* change */
        }

    .listC .item-inner {
        margin-top: 0; /* overriding the item page here */
    }

    .listC .item .headers-container {
        padding: 9px 15px 0 0;
        width: auto;
    }

        .listC .item .content-headline {
            color: #fff;
            text-transform: none;
        }

            .listC .item .content-headline a {
                color: #fff;
            }

                .listC .item .content-headline a:hover {
                    background: none;
                    color: #5584ac;
                }

    .listC .item-inner,
    .listC .item-inner .body,
    .listC .item-inner .lead-introduction {
        color: #fff;
        font-size: 11px;
    }

    .listC .item-text {
        margin-top: 0;
        padding: 0 15px 0 0;
        width: auto;
    }

        .listC .item-text .text {
            padding-top: 7px;
        }

    .listC .embedded-list {
        margin-left: 15px;
    }

/* interstitial continue */

.slideshow-advertisement-note {
    color: #a4a4a4;
    font-family: arial, sans-serif;
    font-size: 10px;
    left: 154px;
    position: absolute;
    top: 105px;
}

    .slideshow-view-larger-container .slideshow-advertisement-note {
        left: 301px;
        top: 80px;
    }

.slideshow-continue {
    color: #444;
    font-family: arial, sans-serif;
    font-size: 9px;
    left: 153px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 381px;
    width: 300px;
}

    .slideshow-continue-link {
        border: 1px solid #cacaca;
        display: block;
        font-size: 10px;
        font-weight: bold;
        margin: 10px auto 0;
        padding: 3px 0;
        width: 146px;
    }

        .slideshow-continue-link:hover {
            background-color: #eee;
            color: #000;
        }

.slideshow-view-larger-container .slideshow-continue {
    left: 301px;
    top: 381px;
}

/* iframe ad */

.slideshow-dartinterstitial {
    border: 0;
    height: 250px;
    left: 154px;
    overflow: hidden;
    position: absolute;
    top: 120px;
    width: 300px;
}

    .slideshow-view-larger-container .slideshow-dartinterstitial {
        left: 301px;
        top: 100px;
    }

/* slideshow controls */

.slideshow-loading {
    width: 610px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(i/slide/slideshow-nav.gif) 0 -168px;
    opacity: .5;
    *filter: alpha(opacity=50);
}

    #show-footer .slideshow-loading {
        background-position: 0 -192px;
    }

.slideshow-loading-message {
    background: #fff url(i/icons/loader.gif) no-repeat center 30px;
    border: 1px solid #777;
    font-size: 10px;
    height: 35px;
    left: 227px;
    opacity: .85;
    *filter: alpha(opacity=85);
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 200px;
    width: 126px;
}

.control-bar {
    position: relative;
    z-index: 1;
    text-indent: -9999px;
    height: 24px;
    width: 610px;
}

    #show-header {
        background: url(i/slide/slideshow-nav.gif) 0 0 no-repeat;
    }

    #show-footer {
        background: url(i/slide/slideshow-nav.gif) 0 -24px no-repeat;
    }

.control-bar a {
    background: url(i/slide/slideshow-nav.gif);
    display: block;
    float: left;
    cursor: pointer;
    height: 24px;
}

    .control-bar .start a {
        background-position: 0 -48px;
        width: 52px;
    }

        .control-bar .start a:hover {
            background-position: 0 -72px;
        }

        #show-footer .start a {
            background-position: 0 -96px;
        }

        #show-footer .start a:hover {
            background-position: 0 -120px;
        }

    .control-bar .stop {
        display: none;
    }

    .control-bar .stop a {
        background-position: -260px -48px;
        width: 52px;
    }

        .control-bar .stop a:hover {
            background-position: -260px -72px;
        }

        #show-footer .stop a {
            background-position: -260px -96px;
        }

        #show-footer .stop a:hover {
            background-position: -260px -120px;
        }

    .control-bar .viewlarger a {
        background-position: -53px -48px;
        width: 77px;
    }

        .control-bar .viewlarger a:hover {
            background-position: -53px -72px;
        }

        #show-footer .viewlarger a {
            background-position: -53px -96px;
        }

        #show-footer .viewlarger a:hover {
            background-position: -53px -120px;
        }

    .control-bar .viewall a {
        background-position: -130px -48px;
        width: 130px;
    }

        .control-bar .viewall a:hover,
        .control-bar .viewall a.slideshow-navigation-viewall-visible {
            background-position: -130px -72px;
        }

        #show-footer .viewall a {
            background-position: -130px -96px;
        }

        #show-footer .viewall a:hover,
        #show-footer .viewall a.slideshow-navigation-viewall-visible {
            background-position: -130px -120px;
        }

    .control-bar .previous a {
        background-position: -441px -48px;
        position: absolute;
        right: 113px;
        top: 0;
        width: 77px;
    }

        .control-bar .previous a:hover {
            background-position: -441px -72px;
        }

        #show-footer .previous a {
            background-position: -441px -96px;
        }

        #show-footer .previous a:hover {
            background-position: -441px -120px;
        }

    .control-bar .count {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 10px;
        line-height: 24px;
        position: absolute;
        right: 55px;
        text-align: center;
        text-indent: 0;
        width: 59px;
    }

        #show-footer .count {

        }

    .control-bar .next a {
        background-position: -575px -48px;
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
    }

        .control-bar .next a:hover {
            background-position: -575px -72px;
        }

        #show-footer .next a {
            background-position: -575px -96px;
        }

        #show-footer .next a:hover {
            background-position: -575px -120px;
        }


/* jScrollPane */

.jScrollPaneContainer {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 400px; /* what is this height? */
}

.jScrollPaneTrack {
    background: url(i/slide/slideshow-scrollbars.gif) repeat-y -14px 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.jScrollPaneDrag {
    background: url(i/slide/slideshow-scrollbars.gif) no-repeat 0 50%;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
}

.jScrollPaneDragTop {
    background: url(i/slide/slideshow-scrollbars.gif) no-repeat -56px 0;
    height: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.jScrollPaneDragBottom {
    background: url(i/slide/slideshow-scrollbars.gif) no-repeat -70px 0;
    bottom: 0;
    height: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
}

a.jScrollArrowUp {
    background: url(i/slide/slideshow-scrollbars.gif) no-repeat -28px 0;
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 1;
}

    a.jScrollArrowUp:hover {
        background-position: -28px -14px;
    }

    a.jScrollArrowUp:active {
        background-position: -28px -28px;
    }

    a.jScrollArrowUp.disabled {
        background-position: -28px -42px;
        opacity: 1;
        *filter: alpha(opacity=100);
    }

    #content a.jScrollArrowUp {
        _background-position: -28px 0;
    }

a.jScrollArrowDown {
    background: url(i/slide/slideshow-scrollbars.gif) no-repeat -42px 0;
    bottom: 0;
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    z-index: 1;
}

    a.jScrollArrowDown:hover {
        background-position: -42px -14px;
    }

    a.jScrollArrowDown:active {
        background-position: -42px -28px;
    }

    a.jScrollArrowDown.disabled {
        background-position: -42px -42px;
        opacity: 1;
        *filter: alpha(opacity=100);
    }

    #content a.jScrollArrowDown {
        _background-position: -42px 0;
    }

/* NAVIGATION OBJECTS */

/* simple list - don't use along with View All! */

.slideshow-has-navigation-list #show-footer {
    clear: both;
}

.slideshow-navigation-list {
    background: #000;
    float: left;
    list-style: none;
    margin: 0;
    padding: 7px 0 5px 5px;
}

    .slideshow-navigation-list li {
        float: left;
        height: 84px;
        list-style: none;
        margin: 0 1px 1px 0;
        width: 84px;
    }

        .slideshow-navigation-list li img {
            height: 80px;
            opacity: .6;
            *filter: alpha(opacity=60);
            width: 80px;
        }

            .slideshow-navigation-list li.active img {
                opacity: 1;
                *filter: alpha(opacity=100);
            }

        .slideshow-navigation-list li a {
            background: #000;
            border: 2px solid #000;
            display: block;
        }

            .slideshow-navigation-list li a:hover,
            .slideshow-navigation-list li.active a {
                border: 2px solid #fff;
            }

/* carousel */

#items-container .jcarousel-container {
    background: #000;
    clear: both;
    position: relative;
    width: 610px; /* change to width of entire slideshow player, though maybe not necessary since it's overridden later */
}

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

#items-container .jcarousel-list {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

#items-container .jcarousel-list li,
#items-container .jcarousel-item {
    float: left;
    list-style: none;
    /* width and height must be set explicitly */
    height: 95px; /* change - ? */
    width: 92px; /* change - dimension from left edge to left edge - entire item */
}

    #items-container .jcarousel-list li a {
        display: block;
        background: #000;
        height: 82px; /* change to match img + border */
        width: 82px; /* change to match img + border */
    }

    #items-container .jcarousel-item img {
        border: 1px solid #7f7f7f;
        display: block;
        height: 80px; /* change - actual image */
        opacity: .4;
        *filter: alpha(opacity=40);
        width: 80px; /* change - actual image */
    }

        #items-container .slideshow-navigation-carousel .active img {
            border: 1px solid #fff; /* change color */
            opacity: 1;
            *filter: alpha(opacity=100);
        }

        #items-container .slideshow-carousel a:hover img,
        #items-container .slideshow-navigation-carousel a:hover img {
            border: 1px solid #fff; /* change color */
            opacity: 1;
            *filter: alpha(opacity=100);
        }

    #items-container .slideshow-carousel li span,
    #items-container .slideshow-navigation-carousel li span {
        display: block;
        font-size: 10px;
        line-height: 1.2em;
        text-align: center;
        width: 82px; /* change - image width + border */
    }

#items-container .jcarousel-next {
    display: none;
    z-index: 3;
}

#items-container .jcarousel-previous {
    display: none;
    z-index: 3;
}

/* carousel skin */

#items-container .jcarousel-skin-default .jcarousel-container {
    font-family: arial, sans-serif;
    font-size: .8em;
}

#items-container .jcarousel-skin-default .jcarousel-container-horizontal { /* padding + width = whole carousel */
    padding: 7px 29px 5px 29px; /* change - design l/r padding */
    width: 552px; /* change - individual width * number, and then adjust padding to add up to total and margin the ruleset below */
}

#items-container .jcarousel-skin-default .jcarousel-clip-horizontal { /* note that setting display inline will not work, so double margin float bug will happen if you need a right or left margin. Have to hack for IE and set its margin to 1/2 the amount to compensate for this bug */
    height: 92px;
    margin: 0 0 0 6px; /* difference between padding above and padding in design */
    _margin: 0 0 0 3px; /* compensate for double margin float bug, belive me, it's necessary to do it this way */
    width: 552px; /* change to match container width above */
    _width: 549px; /* this might be good for everyone, but ie is the only one that strictly requires it to keep the box from blowing out */
}

#items-container .jcarousel-skin-default .jcarousel-item {
    height: 92px; /* change */
    width: 92px; /* change - viewable area / number visible, actual edge-to-edge width */
}

#items-container .jcarousel-skin-default .jcarousel-item-horizontal {
    margin: 0;
}

#items-container .jcarousel-skin-default .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* carousel buttons */

#items-container .jcarousel-skin-default .jcarousel-next-horizontal {
    background: url(i/slide/slideshow-nav.gif) no-repeat -225px -144px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 11px; /* change - design */
    top: 36px; /* change if necessary */
    width: 18px;
}

    #items-container .jcarousel-skin-default .jcarousel-next-horizontal:hover {
        background-position: -243px -144px;
    }

    #items-container .jcarousel-skin-default .jcarousel-next-horizontal:active {

    }

    #items-container .jcarousel-skin-default .jcarousel-next-disabled-horizontal,
    #items-container .jcarousel-skin-default .jcarousel-next-disabled-horizontal:hover,
    #items-container .jcarousel-skin-default .jcarousel-next-disabled-horizontal:active {
        background-position: -279px -144px;
        cursor: default;
    }

#items-container .jcarousel-skin-default .jcarousel-prev-horizontal {
    background: url(i/slide/slideshow-nav.gif) no-repeat -153px -144px;
    cursor: pointer;
    height: 24px;
    left: 11px; /* change - design */
    position: absolute;
    top: 36px; /* change if necessary */
    width: 18px;
}

    #items-container .jcarousel-skin-default .jcarousel-prev-horizontal:hover {
        background-position: -171px -144px;
    }

    #items-container .jcarousel-skin-default .jcarousel-prev-horizontal:active {

    }

    #items-container .jcarousel-skin-default .jcarousel-prev-disabled-horizontal,
    #items-container .jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover,
    #items-container .jcarousel-skin-default .jcarousel-prev-disabled-horizontal:active {
        background-position: -207px -144px;
        cursor: default;
    }

/* slideshow view all thumbnails */

.slideshow-viewall-container {
    background: #000;
    border: 1px solid #000;
    border-width: 0 1px;
    bottom: 24px;
    color: #fff;
    left: -9999px;
    margin-left: 0;
    padding-top: 39px; /* for close button */
    position: absolute;
    z-index: 10011;
}

    .slideshow-viewall-close {
        background: url(i/slide/slideshow-nav.gif) no-repeat 0 -144px;
        cursor: pointer;
        height: 19px;
        position: absolute;
        right: 10px;
        text-indent: -9999px;
        top: 10px;
        width: 51px;
        z-index: 10012;
    }

        .slideshow-viewall-close:hover {
            background-position: -51px -144px;
        }

    .slideshow-viewall-content {
        height: 426px; /* change */
        overflow: auto;
        width: 608px; /* width of entire player less the borders */
    }

    .slideshow-has-navigation-carousel .slideshow-viewall-content {
        height: 537px; /* change - above height + carousel height */
    }

    /* future different navigation items will need to be accounted for as well, if applicable */

        .slideshow-viewall-container ol {
            list-style: none;
            padding-left: 28px; /* change - per design */
        }

            .slideshow-viewall-container li {
                cursor: pointer;
                float: left;
                _display: inline;
                height: 80px; /* change */
                margin: 20px 5px; /* change */
                width: 82px; /* change - entire item, unlike carousel only use the image + border width */
            }

                .slideshow-viewall-container li img {
                    height: 80px; /* change - image dimensions */
                    width: 80px; /* change - image dimensions */
                }

                .slideshow-navigation-viewall li span {
                    display: block;
                    font-family: arial, sans-serif;
                    font-size: 10px;
                    text-align: center;
                }

                    .slideshow-navigation-viewall li a {
                        border: 1px solid #7f7f7f;
                        display: block;
                        height: 80px; /* change - image dimensions */
                        width: 80px; /* change - image dimensions */
                    }

                    .slideshow-navigation-viewall li.active a {
                        border: 1px solid #fff; /* change - color */
                    }

                        .slideshow-navigation-viewall li a:hover {
                            border: 1px solid #fff; /* change - color */
                        }

                        .slideshow-navigation-viewall li a:hover img {
                        }

                        .slideshow-navigation-viewall img {
                            display: block;
                        }

                            .slideshow-navigation-viewall .active img {
                                background: #fff;
                                cursor: default;
                            }

/* slideshow view larger */

.slideshow-view-larger-container {
    background: #000;
    font-family: arial, sans-serif;
    height: 737px;
    padding-top: 89px;
    position: absolute;
    z-index: 1000001;
}

/* ancillary controls */

.slideshow-view-larger-close {
    background: url(i/slide/slideshow-nav.gif) no-repeat 0 -144px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 34px;
    text-indent: -9999px;
    top: 19px;
    width: 51px;
    z-index: 1000004;
}

    .slideshow-view-larger-close:hover {
        background-position: -51px -144px;
    }

.slideshow-view-larger-instructions-trigger span {
    display: none;
}

.slideshow-view-larger-instructions-close {
    background: url(i/slide/slideshow-nav.gif) no-repeat -297px -144px;
    cursor: pointer;
    height: 14px;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 9px;
    width: 15px;
    z-index: 1000005;
}

    .slideshow-view-larger-instructions-close:hover {
        background-position: -312px -144px;
    }

.slideshow-view-larger-instructions-trigger {
    background: url(i/slide/slideshow-nav.gif) no-repeat -357px -144px;
    cursor: pointer;
    display: none;
    height: 19px;
    position: absolute;
    right: 94px;
    text-indent: -9999px;
    top: 19px;
    width: 18px;
}

    .slideshow-view-larger-instructions-trigger:hover {
        background-position: -375px -144px;
    }

.slideshow-view-larger-instructions {
    background: #fff;
    border: 1px solid #888;
    color: #000;
    font-size: 10px;
    left: 380px;
    opacity: .8;
    padding: 12px;
    position: absolute;
    text-align: left;
    top: 292px;
    width: 186px;
    z-index: 1000004;
}

    .slideshow-view-larger-instructions strong {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

.slideshow-view-larger-previous,
.slideshow-view-larger-next {
    background: url(i/slide/slideshow-nav.gif) no-repeat;
    cursor: pointer;
    width: 25px;
    height: 34px;
    position: absolute;
    top: 392px;
}

.slideshow-view-larger-previous {
    background-position: 0 -216px;
    left: 9px;
}

    .slideshow-view-larger-previous:hover {
        background-position: -25px -216px;
    }

.slideshow-view-larger-next {
    background-position: -100px -216px;
    right: 9px;
}

    .slideshow-view-larger-next:hover {
        background-position: -125px -216px;
    }

/* layout */

.slideshow-view-larger-container .items {
    border: 1px solid #767676;
    border-width: 0 1px 1px 1px;
    height: 709px;
    left: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 86px;
    width: 916px;
}

body .slideshow-view-larger-container .items {
    _width: 916px;
}

    .slideshow-view-larger-container .item {
        float: none;
        height: auto;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }

        .slideshow-view-larger-container .item .captioned-photo {
            border: 0;
            display: table;
            *display: block;
            float: none;
            left: 0;
            margin: 0;
            position: absolute;
            top: 0;
        }

            .slideshow-view-larger-container .img-shadow {
                display: table-cell;
                *display: block;
                vertical-align: middle;
            }

            .slideshow-view-larger-container .captioned-photo img {
                display: block;
                float: none;
                margin: 0 auto;
            }

        .slideshow-view-larger-container .item-text {
            color: #333;
            float: none; /* ie6 needs this - absolute next to float bug */
            font-size: 80%;
        }

    .slideshow-view-larger-container .itemA {
        padding: 575px 0 0 0;
        width: 916px;
    }

        .slideshow-view-larger-container .itemA .item-inner {
            height: 135px;
            width: 886px;
        }

        .slideshow-view-larger-container .itemA .captioned-photo {
            border-bottom: 1px solid #777;
            height: 574px;
            width: 916px;
        }

            .slideshow-view-larger-container .itemA .captioned-photo .caption {
                width: 896px;
                bottom: 136px;
            }

        .slideshow-view-larger-container .itemA .item-text {
        }

    .slideshow-view-larger-container .itemB {
        height: 709px;
        padding: 0 0 0 623px;
        width: 294px;
    }

        .slideshow-view-larger-container .itemB .item-inner {
            height: 709px;
            width: 294px;
        }

        .slideshow-view-larger-container .itemB .captioned-photo {
            border-right: 1px solid #777;
            height: 709px;
            width: 607px;
        }

            .slideshow-view-larger-container .itemB .captioned-photo .caption {
                bottom: 0;
                width: 588px;
            }

        .slideshow-view-larger-container .itemB .item-text {
            width: 278px;
        }

/* typography */

.slideshow-view-larger-container h1 {
    color: #fff;
    font: bold 30px arial, helvetica, sans-serif;
    left: 32px;
    padding: 0 104px 0 0;
    position: absolute;
    text-transform: uppercase;
    top: 21px;
    width: 800px;
}

/* overlay */

.slideshow-view-larger-overlay {
    background: #000;
    left: 0;
    position: absolute;
    opacity: .8;
    *filter: alpha(opacity=80);
    top: 0;
    z-index: 1000000; /* this is insane but necessary to place it above 3rd party ads setting themselves to 999999 */
}

/* controls */

.slideshow-view-larger-util {
    background: url(i/slide/slideshow-nav.gif) repeat-x center top;
    border: 1px solid #767676;
    border-width: 1px 1px 0 1px;
    position: absolute;
    top: 61px;
    left: 36px;
    width: 916px;
    height: 24px;
}

.slideshow-view-larger-util .slideshow-control-forward,
.slideshow-view-larger-util .slideshow-control-backward,
.slideshow-view-larger-util .slideshow-control-play,
.slideshow-view-larger-util .slideshow-control-stop {
    background: url(i/slide/slideshow-nav.gif);
    cursor: pointer;
    height: 24px;
    text-indent: -9999px;
}

    .slideshow-view-larger-util .slideshow-control-forward {
        background-position: -575px -48px;
        width: 55px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .slideshow-view-larger-util .slideshow-control-forward:hover {
            background-position: -575px -72px;
        }

    .slideshow-view-larger-util .slideshow-control-backward {
        background-position: -441px -48px;
        width: 77px;
        position: absolute;
        top: 0;
        right: 112px;
    }

        .slideshow-view-larger-util .slideshow-control-backward:hover {
            background-position: -441px -72px;
        }

    .slideshow-view-larger-util .slideshow-control-play,
    .slideshow-view-larger-util .slideshow-control-stop {
        position: absolute;
    }

    .slideshow-view-larger-util .slideshow-control-play {
        background-position: 0 -48px;
        width: 52px;
        top: 0;
        left: 0;
    }

        .slideshow-view-larger-util .slideshow-control-play:hover {
            background-position: 0 -72px;
        }

    .slideshow-view-larger-util .slideshow-control-stop {
        background-position: -260px -48px;
        display: none;
        width: 60px;
        top: 0;
        left: 0;
    }

        .slideshow-view-larger-util .slideshow-control-stop:hover {
            background-position: -260px -72px;
        }


.slideshow-view-larger-container .slideshow-play-slider-container {
    position: absolute;
    border: 0;
    color: #eee;
    top: 0;
    left: 61px;
    z-index: 1000006;
}

    .slideshow-view-larger-container .slideshow-play-time {
        color: #fff;
    }

.slideshow-view-larger-container .count {
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    position: absolute;
    right: 55px;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 57px;
}

/* slider */

.slideshow-play-slider-container {
    background: #000 url(i/slide/slideshow-nav.gif) no-repeat 100% -168px;
    float: left;
    height: 24px;
    padding: 0 70px 0 7px;
    position: relative;
}

    #show-footer .slideshow-play-slider-container {
        background-position: 100% -192px;
    }

    .slideshow-play-slider {
        width: 65px;
    }

    .slideshow-play-time {
        color: #777;
        font-family: arial, sans-serif;
        font-size: 10px;
        line-height: 24px;
        position: absolute;
        right: 8px;
        text-indent: 0;
    }

.slideshow-play-slider-container .ui-slider {
    background: #777;
    border: 0;
    height: 3px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 10px;
    width: 65px;
}

    /* bad markup, ie blows the container div above out beyond the 3px height b/c of the link inside */
    /* TODO: see if this is still necessary with the new 1.6 slider */
    .slideshow-play-slider-container.ui-slider a {
        _height: 1%;
        _zoom: 1;
    }

.slideshow-play-slider-container .ui-slider-handle {
    background: url(i/slide/slideshow-nav.gif) no-repeat -429px -144px;
    display: block;
    height: 11px;
    margin-left: -5px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: -3px;
    width: 10px;
    z-index: 2;
    _overflow: hidden; /* otherwise blows out in ie6 */
}

.slideshow-play-slider-container .ui-slider-handle:hover {

}

.slideshow-play-slider-container .ui-slider-handle-active,
.slideshow-play-slider-container .ui-slider-handle-active:hover {

}


/* CONSUMER MARKETING */

#slideshow-cm-container {
    display: none;
    position: relative;
    height: 544px;
    width: 608px;
}

    #slideshow-cm-extra {
        width: 319px;
        border: 0;
        height: 544px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

        #slideshow-cm-sharing {
            float: left;
            padding: 0 0 10px 0;
            position: relative;
        }

        #slideshow-cm-feature {
            padding-left: 8px;
        }

    #slideshow-cm-subsoffer {
        background: #d0d0d0;
        position: absolute;
        top: 0;
        left: 0;
        width: 289px;
        height: 544px;
    }

        #global_slideshow {
            left: 10px;
            position: absolute;
            top: 19px;
            width: 269px;
        }

.slideshow-view-larger-container #slideshow-cm-container {
    background: #000;
    height: 569px;
    padding: 70px 154px;
}

    .slideshow-view-larger-container #slideshow-cm-extra {
        background: #fff;
        float: right;
        height: 544px;
        position: static;
    }

    .slideshow-view-larger-container #slideshow-cm-subsoffer {
        float: left;
        position: static;
        height: 544px;
    }

        .slideshow-view-larger-container #global_slideshow {
            top: 100px;
            left: 164px;
        }

/* cm utils - note some of these styles are to override the defaults in global.css for regular utility links */

#slideshow-cm-sharing ul.utilities {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #cacaca;
    float: left;
    _display: inline;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0 0 6px 0;
    width: 319px;
    clear: both;
    display: block;
}

    #slideshow-cm-sharing ul.utilities li {
        background: none;
        display: block;
        float: left;
        _display: inline;
        height: 32px;
        list-style: none;
        margin: 0 0 8px 6px;
        padding: 0;
    }

        #slideshow-cm-sharing ul.utilities li a {
            background: #fff url(i/slide/slideshow-shareicons.gif) no-repeat;
            color: #555;
            display: block;
            float: none;
            height: 32px;
            text-indent: -9999px;
        }

            #slideshow-cm-sharing ul.utilities li.utility-email a {
                background-position: 0 0;
                width: 98px;
            }

                #slideshow-cm-sharing ul.utilities li.utility-email a:hover {
                    background-position: 0 -32px;
                }

            #slideshow-cm-sharing ul.utilities li.utility-share a {
                background-position: -100px 0;
                width: 99px;
            }

                #slideshow-cm-sharing ul.utilities li.utility-share a:hover {
                    background-position: -100px -32px;
                }

.slideshow-replay {
    height: 32px;
    position: absolute;
    right: 4px;
    top: 10px;
    width: 100px;
}

    .slideshow-replay a {
        background: url(i/slide/slideshow-shareicons.gif) no-repeat right top;
        display: block;
        height: 32px;
        left: 0;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 100px;
    }

        .slideshow-replay a:hover {
            background-position: right bottom;
        }

#slideshow-cm-replay {
    display: block;
}

    .slideshow-view-larger-container #slideshow-cm-replay {
        display: none;
    }

#slideshow-cm-replay-larger {
    display: none;
}

    .slideshow-view-larger-container #slideshow-cm-replay-larger {
        display: block;
    }

/* TOC STYLES*/

.ss_toc h1.content-headline {
    display: none;
}

.ss_toc h2.sub-header {
    display: none;
}

/*  zipSearch on Adventures with Ruth*/
#zipSearch input {vertical-align:middle}

#AMS_GMT_GLOBAL_SLIDESHOW {
            left: 10px;
            position: absolute;
            top: 19px;
            width: 269px;
}
