/* Here be PhotoBrowser stuff - tread lightly and carry a taser */
#pb_page .image_link.orange_link{
    cursor: pointer;
    color: #2b2ae8;
}
#pb_page .image_link.orange_link:hover{
    color: #fe7c00;
}

#TB_overlay,
.TB_overlay {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url('https://c2.dmstatic.com/i/macFFBgHack.png') repeat;
}

.TB_overlayBG {
    background-color: #000;
    -moz-opacity: 0.80;
    opacity: 0.80;
}

#TB_closeWindow {
    display: none;
}

#TB_window {
    position: absolute;
    background: none;
    z-index: 10000002;
    display: none;
    left: 50%;
}

/*
#TB_ajaxContent {
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hide;
    text-align: left;
    line-height: 1.4em;
}
*/

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 10000003;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

#photo_browser {
    position: absolute;
    top: -999999px;
    left: -999999px;
    width: 660px; /* IE6 required */
    height: 620px; /* IE6 desired */
}
/* PhotoBrowser stuff ends, sanity restored */

#popup {
    padding: 0 16px 0 0;
}

#pb_background {
    padding: 10px;
    background: url(../i/bg_modal_pb_1_px.png) repeat;
    position: relative;
}

#pb_background.iframe {
    margin: 16px auto 0 auto;
}

#pb_close, #pb_close_cross_domain {
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

#pb_bottom {
    margin: 0;
    padding: 20px;
    background: #fff;
    font-size: 12px;
}

#pb_content {
    max-height: 570px;
    overflow: auto;
}
#pb_content:has(.mh_570) {
    max-height: 570px !important;
}

#pb_desc_ad {
    height: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

#pb_desc_ad a {
    width: 50px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

#pb_desc_ad a:hover {
    text-decoration: none;
}

#pb_desc_ad a.left {
    text-align: left;
}

#pb_desc_ad a.right {
    text-align: right;
}

#pb_carousel {
    margin: 20px auto;
    width: 600px;
    height: 450px;
    text-align: center;
}

#pb_carousel li {
    margin: 0 auto;
    width: 600px;
    height: 450px;
}

#pb_pages,.pb_pages {
    clear: both;
    height: 60px;
    overflow: hidden;
}

#pb_pages #pb_page,.pb_pages .pb_page {
    float: left;
    margin: auto 0;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 11px;
    text-align: left;
}

#pb_pages #pb_page.gt_20 {
    line-height: 20px;
}

#pb_pages #pb_page #st_photos,.pb_pages .pb_page .st_photos {
    float: left;
    height: 40px;
}

#pb_page span,.pb_page span {
    margin: 0 2px;
}

#pb_page .image_link,.pb_page .image_link {
    margin: 0 1px 0 0;
    font-size: 12px;
    color: #2b2ae8;
    text-decoration: underline;
    outline: none;
}

#pb_pages #pb_page .image_num,.pb_pages .pb_page .image_num {
    font-size: 12px;
    font-weight: bold;
}




/* PB XL Begins */
#pbxl_body {
    width: 906px;
}
.pb_xl_link:hover {
    cursor: pointer;
}
#pbxl_container {
    background: white;
    padding: 15px;
}
#pbxl_skyscraper {
    position: absolute;
    margin-left: 715px;
}
#pbxl_photo_carousel {
    background: #ededed;
    width: 700px;
    height: 525px;
}
#pbxl_carousel {
    text-align: center;
}
#pbxl_left, #pbxl_right {
    display: table;
    position: absolute;
    width: 350px;
    height: 525px;
    top: 0px;
    z-index: 99999;
}
#pbxl_left {
    left: 0px;
}
#pbxl_right {
    left: 350px;
}
#pbxl_left_arrow {
    width: 28px;
    height: 48px;
    margin-top: 242px;
    margin-left: 10px;
    background-image: url('../i/pb/left-arrow-off.png');
}
#pbxl_right_arrow {
    width: 28px;
    height: 48px;
    margin-top: 242px;
    margin-right: 10px;
    float: right;
    background-image: url('../i/pb/right-arrow-off.png');
}
#pbxl_caption_container {
    width: 700px;
    margin-top: 15px;
}
#pbxl_captions {
    background: #ededed;
    color: #525252;
    padding: 15px;
    overflow-wrap: break-word;
}
.pbxl_photo_text,.pbxl_photo_text:hover {
    font-weight: bold;
    color: #333;
}
#pbxl_ad_half_container {
    padding: 0px;
}
.pbxl_carousel_item {
    width: 700px;
    height: 525px;
}
#pbxl_branded_logo {
    margin-top: 0px;
}
#pbxl_right:hover, #pbxl_left:hover {
    cursor: pointer;
}
#pbxl_right #pbxl_right_arrow {
    background-image: url('../i/pb/right-arrow-off.png');
}
#pbxl_right:hover #pbxl_right_arrow {
    background-image: url('../i/pb/right-arrow-on.png');
}
#pbxl_left #pbxl_left_arrow {
    background-image: url('../i/pb/left-arrow-off.png');
}
#pbxl_left:hover #pbxl_left_arrow {
    background-image: url('../i/pb/left-arrow-on.png');
}
#pbxl_close_btn{
    background-image: url('../i/pb/close-button-off.png');
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
#pbxl_close_btn:hover{
    cursor: pointer;
    background-image: url('../i/pb/close-button-on.png');
}
/* PB XL Ends */
