/**
 * @file        list.css
 * @description Styles for item list, slideshow, and item page
 * @date        November 2009
 * @author      Eric Shepherd
*/

.list-body {
    position: relative;
}

.editlink {
    display: none;
}

.disabled {
    opacity: .4;
    *filter: alpha(opacity=40);
}

/* INTRO SWITCHING STYLES */

.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: 24px 122px 0 0;
    text-indent: -9999px;
    width: 0;
}

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

.list-backto {
    background: url(i/global/arrow-left.gif) no-repeat left center;
    cursor: pointer;
    font: bold 11px arial, helvetica, sans-serif;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
}

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

    .list-backto:hover a { /* double duty for backto link on item and slideshow back to intro */
        text-decoration: none;
    }

/* PRIMARY LAYOUT */

#items-container {
    clear: both;
    margin: 0;
    padding: 0;
    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 */
}

/* THUMBNAILS - only relevant with slideshow */

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

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

/* SHARED TYPOGRAPHY */

.lead-introduction {
    margin-bottom: 5px;
}

.lead-introduction .lead {
    font: bold 12px/1.1 arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.byline,
.display-date {
    margin-top: 10px;
}

.list-supporting {
    clear: both;
    padding-top: 20px;
}

/* ITEM PAGE */

.item {
    clear: both;
    float: left;
}

    .item .body {
        margin-bottom: 20px;
    }

    .item .embedded-list {
        font: normal 12px/1.1 arial, helvetica, sans-serif;
        margin: 20px 0 20px 20px;
    }

    .item .footer {
        margin-top: 20px;
    }

    .item .photo-credits {
        display: block;
        margin-top: 20px;
    }

    .item .keywords {
        margin-top: 20px;
    }

.itemA {

}

    .itemA .headers-container {
        margin-left: 40px;
    }

    .itemA .captioned-photo {
        margin-bottom: 20px;
    }

        .itemA .captioned-photo .caption {
            margin-left: 40px;
        }

    .itemA .item-text {
        margin-left: 40px;
    }

.itemB {

}

    .itemB .headers-container {
        clear: none;
        float: left;
        margin-left: 0;
        width: 300px;
    }

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

    .itemB .item-text .body, /* TODO: what about body containing lead-introduction? */
    .itemB .lead-introduction,
    .itemB .embedded-list {
        padding-left: 320px;
    }

    .itemB .footer,
    .itemB .photo-credits,
    .itemB .keywords {
        clear: both;
    }

/* ITEM LIST PAGE */

/* shared */

.list .items {
    border-top: 1px solid #c2bca6;
}

    .listA .list-body #items-container{
        padding-top: 0;
        margin-top: 0;
    }

    .listA .list-body .item,
    .listB .list-body .item {
        border-bottom: 1px solid #c2bca6;
        padding: 17px 0 39px 0;
        position: relative;
        width: 620px;
    }

    .listA .list-body .item {
        padding-bottom: 0;
    }

        .listA .list-body .item .captioned-photo,
        .listB .list-body .item .captioned-photo {
            margin-left: 40px;
            width: auto;
        }

        .listA .list-body .item-inner,
        .listB .list-body .item-inner {
            overflow: hidden;
            padding-left: 1px;
        }

            .list .list-body .item-inner .headers-container {
                float: none;
                margin: 0 0 10px 0;
                width: auto;
            }

            .listA .list-body .item-inner h3,
            .listB .list-body .item-inner h3 {
                font: bold 22px/1.1 arial, helvetica, sans-serif;
            }

                .listA .list-body .item-inner h3 a:link,
                .listB .list-body .item-inner h3 a:link {
                    color: #333;
                }

            .listA .list-body .item-inner h4,
            .listB .list-body .item-inner h4 {
                font: normal 17px/1.23 georgia, "times new roman", times, serif;
                margin-top: 5px;
            }

            .list .list-body .item-inner .item-text {
                margin: 0;
            }

            .list .list-body .item-inner .embedded-list,
            .list .list-body .item-inner .lead-introduction,
            .list .list-body .item-inner .body {
                padding-left: 0; /* cancel out item B */
            }

            .list .list-body .item-inner .lead-introduction {
                display: inline;
            }

        .list .list-body .item .detail {
            display: inline;
        }

            .list .list-body .item .detail a {
                display: inline;
                font: bold 11px Georgia, "times new roman", times, serif;
            }

/* list A - horizontal */

.listA .list-body .captioned-photo {
    float: none;
    width: 620px;
}

    .listA .list-body .w {
        text-align: center;
    }

        .listA .list-body .w img {
            margin-left: auto;
            margin-right: auto;
        }

    .listA .list-body .item .captioned-photo {
        float: left;
        margin: 0 20px 20px 40px;
    }


.listA .list-body .headers-container,.listA .list-body .intro-container {
    clear: both;
    padding-left: 40px;
    margin-top: 25px;
}

.listA .list-body #items-container .headers-container {
    padding-left: 0;
}

/* list B - vertical */

.listB .list-body .captioned-photo {
    float: left;
    margin: 0 20px 20px 0;
    width: 300px;
}

.listB .list-body .headers-container {
    clear: none;
}

/* SLIDESHOW PAGE */

/* shared with view larger doesn't use .list-body class */

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

.listC .headers-container {
    clear: both;
    float: none;
}

.listC .intro-container {
    clear: both;
    float: left;
    margin: 20px 0 0 0;
    width: 620px;
}

.listC .item .captioned-photo {
    text-align: center;
}

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

    .listC .item .captioned-photo .caption {
        background: #fff;
        bottom: 0;
        color: #000;
        font: normal 11px/1.1 arial, helvetica, sans-serif;
        left: 0;
        margin: 0;
        opacity: .8;
        _filter: alpha(opacity=80);
        padding: 8px 10px;
        position: absolute;
        text-align: left;
    }

.listC .item .content-headline {
    font: bold 14px/1.15 arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.listC .item .sub-header {
    font: bold 13px/1.1 arial, helvetica, sans-serif;
    margin-top: 10px;
}

.listC .itemB .body,
.listC .itemB .lead-introduction,
.listC .itemB .embedded-list {
    padding-left: 0;
}

/* Not shared */

.listC .list-body .items {
    border: solid #d3ccb9;
    border-width: 0 1px;
    height: 532px; /* change to height of design */
    position: relative;
    overflow: hidden;
    width: 618px; /* change to width of design - borders */
}

    .listC .list-body .captioned-photo {
        border: 0px solid #d3ccb9;
    }

    .listC .list-body .intro-container .captioned-photo {
        float: right;
        margin-left: 20px;
        width: 300px;
    }

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

    .listC .list-body .itemA {
        padding-left: 0;
        padding-top: 431px;
        width: 618px;
    }

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

            .listC .list-body .itemA .captioned-photo .caption {
                width: 598px; /* has 10px padding on each side */
            }

        .listC .list-body .itemA .item-inner {
            height: 101px; /* change */
            padding: 0 10px;
            width: auto;
        }

    .listC .list-body .itemB {
        padding-left: 405px; /* change */
        width: 213px; /* change */
    }

        .listC .list-body .itemB .captioned-photo {
            border: 1px solid #d3ccb9;
            border-width: 0 1px 0 0;
            height: 532px; /* change */
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 404px; /* change */
        }

            .listC .list-body .itemB .captioned-photo .caption {
                width: 384px; /* caption has padding */
            }

        .listC .list-body .itemB .item-inner {
            height: 532px; /* change */
            padding: 0 5px 0 10px;
            width: 198px; /* change */
        }

    .listC .list-body .item .captioned-photo {
        /*display: table; not for GLF */
    }

        .listC .list .item .captioned-photo .w {
            /*display: table-cell;
            vertical-align: middle; not for GLF */
        }

    .listC .list-body .item-inner {
        background: #fff;
        border: 0;
        margin-top: 0;
    }

    .listC .list-body .item .headers-container {
        margin: 10px 0 0 0;
        padding: 0;
        width: auto;
    }

    .listC .list-body .item-inner,
    .listC .list-body .item-inner .body,
    .listC .list-body .item-inner .lead-introduction {
    }

        .listC .list-body .item-inner .lead-introduction {
            margin-top: 10px;
        }

    .listC .list-body .item-text {
        margin: 0;
        padding: 0;
        width: auto;
    }

        .listC .list-body .item-text .text {
            margin-top: 10px;
        }

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

/* interstitial continue */

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

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

.slideshow-continue {
    color: #444;
    font-family: arial, sans-serif;
    font-size: 9px;
    left: 145px;
    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: 230px;
    top: 381px;
}

/* iframe ad */

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

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

/* slideshow controls */

.slideshow-loading {
    width: 620px;
    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: 245px;
    opacity: .85;
    *filter: alpha(opacity=85);
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 200px;
    width: 130px;
}

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

    #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: -432px -48px;
        position: absolute;
        right: 109px;
        top: 0;
        width: 79px;
    }

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

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

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

    .control-bar .count {
        color: #111;
        font-family: arial, helvetica, sans-serif;
        font-size: 9px;
        line-height: 24px;
        position: absolute;
        right: 56px;
        text-align: center;
        text-indent: 0;
        width: 53px;
    }

        #show-footer .count {

        }

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

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

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

        #show-footer .next a:hover {
            background-position: -564px -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 */

/* carousel */

#items-container .jcarousel-container {
    background: #e4e0c7;
    border: solid #d3ccb9;
    border-width: 1px 1px 0 1px;
    clear: both;
    position: relative;
    width: 618px; /* 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: 123px; /* change - ? I think it gets overwritten anyway */
    position: relative;
    width: 134px; /* change - dimension from left edge to left edge - entire item - I think it gets overwritten anyway */
}

#items-container .jcarousel-list li.active {
}

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

        #items-container .jcarousel-list li.active a {
        }

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

        #items-container .slideshow-navigation-carousel .active img {
            border: 1px solid #2994c8; /* 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 #2994c8; /* change color */
            opacity: 1;
            *filter: alpha(opacity=100);
        }

    #items-container .slideshow-carousel li span,
    #items-container .slideshow-navigation-carousel li span {
        bottom: 2px;
        display: block;
        font-size: 10px;
        left: 0;
        line-height: 12px;
        position: absolute;
        text-align: center;
        width: 120px; /* 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: 10px;
}

#items-container .jcarousel-skin-default .jcarousel-container-horizontal { /* padding + width = whole carousel */
    padding: 10px 41px 0 41px; /* change - design l/r padding */
    width: 536px; /* 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: 123px;
    margin: 0 0 0 8px; /* difference between padding above and padding in design */
    _margin: 0 0 0 3px; /* compensate for double margin float bug, believe me, it's necessary to do it this way */
    width: 536px; /* 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: 123px; /* change */
    width: 134px; /* 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: 22px; /* change - design */
    top: 53px; /* 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: 22px; /* change - design */
    position: absolute;
    top: 53px; /* 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: #fff;
    border: 1px solid #d3ccb9;
    border-width: 0 1px;
    bottom: 24px;
    color: #333;
    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: 493px; /* change */
        overflow: auto;
        width: 618px; /* width of entire player less the borders */
    }

    .slideshow-has-navigation-carousel .slideshow-viewall-content {
        height: 627px; /* 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: 126px; /* change */
                margin: 10px 7px; /* change */
                padding-top: 12px;
                position: relative;
                width: 120px; /* change - entire item, unlike carousel only use the image + border width */
            }

                .slideshow-viewall-container li img {
                    border: 1px solid #dbd7cc;
                    height: 105px; /* change - image dimensions */
                    opacity: 0.7;
                    *filter: alpha(opacity=70);
                    width: 118px; /* 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 {
                        display: block;
                        height: 107px; /* change - image dimensions plus padding/border */
                        width: 120px; /* change - image dimensions plus padding/border */
                    }

                    .slideshow-navigation-viewall li.active a img {
                        border-color: #2994c8;
                    }

                        .slideshow-navigation-viewall li a:hover img {
                            border-color: #2994c8;
                        }

                        .slideshow-navigation-viewall li a:hover img {
                            opacity: 1;
                            *filter: alpha(opacity=100);
                        }

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

                            .slideshow-navigation-viewall .active img {
                                background: #fff;
                                cursor: default;
                                opacity: 1;
                                *filter: alpha(opacity=100);
                            }

/* slideshow view larger */

.slideshow-view-larger-container {
    background: #fff;
    height: 725px;
    padding-top: 76px;
    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: 116px;
    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: 176px;
    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: 300px;
    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: 405px;
}

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

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

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

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

/* layout */

.slideshow-view-larger-container .item .headers-container {
    margin-left: 0;
    margin-top: 20px;
}

.slideshow-view-larger-container .items {
    border: 1px solid #d3ccb9;
    border-width: 0 1px 1px 1px;
    height: 646px;
    left: 117px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 76px;
    width: 755px;
}

    .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 .w {
                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 .caption {
                left: 0;
                position: absolute;
            }

        .slideshow-view-larger-container .item-text {
            float: none; /* ie6 needs this - absolute next to float bug */
            margin: 0; /* overriding item page */
            margin-top: 20px;
        }

    .slideshow-view-larger-container .item-inner {
        border: 0;
    }

        .slideshow-view-larger-container .content-headline {
        }

        .slideshow-view-larger-container .sub-header {
        }

    .slideshow-view-larger-container .itemA {
        padding: 526px 0 0 0;
        width: 755px;
    }

        .slideshow-view-larger-container .itemA .item-inner {
            height: 120px;
            padding: 0 15px;
            width: 725px;
        }

        .slideshow-view-larger-container .itemA .captioned-photo {
            border-bottom: 1px solid #d3ccb9;
            height: 525px;
            width: 755px;
        }

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

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

    .slideshow-view-larger-container .itemB {
        height: 646px;
        padding: 0 0 0 500px;
        width: 255px;
    }

        .slideshow-view-larger-container .itemB .item-inner {
            height: 646px;
            padding: 0 15px;
            width: 220px; /* TODO: fix? */
        }

        .slideshow-view-larger-container .itemB .captioned-photo {
            border-right: 1px solid #d3ccb9;
            height: 646px;
            width: 489px;
        }

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

/* typography */

.slideshow-view-larger-container h1 {
    font: bold 22px arial, helvetica, sans-serif;
    height: 26px;
    left: 117px;
    overflow: hidden;
    padding: 0 85px 0 0;
    position: absolute;
    top: 14px;
    width: 671px;
}

/* 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: 0;
    position: absolute;
    top: 52px;
    left: 117px;
    width: 757px;
    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: -564px -48px;
        width: 56px;
        position: absolute;
        top: 0;
        right: 0;
    }

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

    .slideshow-view-larger-util .slideshow-control-backward {
        background-position: -432px -48px;
        width: 79px;
        position: absolute;
        top: 0;
        right: 109px;
    }

        .slideshow-view-larger-util .slideshow-control-backward:hover {
            background-position: -432px -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: #111;
        font: normal 9px arial, helvetica, sans-serif;
    }

.slideshow-view-larger-container .count {
    color: #111;
    font: normal 9px arial, helvetica, sans-serif;
    line-height: 24px;
    position: absolute;
    right: 56px;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 53px;
}

/* slider */

.slideshow-play-slider-container {
    background: #fff 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: #111;
        font-family: arial, sans-serif;
        font-size: 9px;
        line-height: 24px;
        position: absolute;
        right: 8px;
        text-indent: 0;
    }

.slideshow-play-slider-container .ui-slider {
    background: #333;
    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 {
    height: 532px;
    position: absolute;
    top: -9999px;
    width: 618px;
}

.items #slideshow-cm-container {
    position: relative;
    top: 0;
}

    #slideshow-cm-extra {
        width: 336px;
        border-left: 1px solid #dbd7cb;
        height: 532px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

        #slideshow-cm-sharing {
            border-bottom: 1px solid #dbd7cb;
            float: left;
            height: 140px;
            padding: 0;
            position: relative;
            width: 336px;
        }

        #slideshow-cm-feature {
            padding: 160px 18px 0 18px;
        }

    #slideshow-cm-subsoffer {
        background: #faf9f4;
        position: absolute;
        top: 0;
        left: 0;
        width: 281px;
        height: 532px;
    }

        #global_slideshow {
            left: 6px;
            position: absolute;
            top: 20px;
            width: 269px;
        }

.slideshow-view-larger-container #slideshow-cm-container {
    background: #ece9e4;
    height: 569px;
    padding: 38px 68px 39px 69px;
}

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

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

        .slideshow-view-larger-container #global_slideshow {
            top: 59px;
            left: 76px;
        }

/* 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;
    float: none;
    height: 120px;
    margin: 20px 0 0 9px;
    padding: 0;
    right: auto;
    width: 101px;
    clear: both;
    display: block;
}

    #slideshow-cm-sharing ul.utilities li {
        background: none;
        display: block;
        float: none;
        height: 32px;
        list-style: none;
        margin: 0 0 3px 0;
        padding: 0;
        width: 101px;
    }

        #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;
            padding: 0;
            text-indent: -9999px;
        }

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

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

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

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

.slideshow-replay {
    width: 101px;
}

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

        .slideshow-replay a:hover {
            background-position: -100px 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;
    }

ul.utilities li.utility-tweet {
  float:right;
}
