/* concatenation of: player.css, tralbum_common.css, download_panel.css, cart.css, merch.css, fan_tralbum.css, popup_image.css, peekaboo_text.css */
/* ------------- BEGIN player.css --------------- */
.inline_player {
    display: none; /* hide all inline players by default; overridden below */
    position: relative;
    white-space: nowrap;
}

.inline_player.desktop-view {
    display: block;
}

.inline_player td {
    border: none;
    padding: 2px;
}

.inline_player .playbutton {
    background: url(../../img/playpause.gif);
    background-position: 50% 45px;
    width: 47px;
    height: 45px;
    cursor: pointer;
}
.inline_player .playbutton.playing {
    background-position: 50% 0px;
}
.inline_player .playbutton.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton {
    background: url(../../img/embedplaypause.gif);
    background-position: 50% 30px;
    width: 31px;
    height: 30px;
    cursor: pointer;
}
.inline_player .embeddedplaybutton.busy {
    background-image: url(../../img/playerbusy_small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big {
    background-image: url(../../img/playpause.gif);
    background-position: 50% 45px;
}
.inline_player .embeddedplaybutton.big.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
}

.inline_player .tinyplayer {
    background: url(../../img/shortembed.gif);
    background-position: 50% 23px;
    cursor: pointer;
}
.inline_player .tinyplayer.playing {
    background-position: 50% 0px;
}

.inline_player #infolink {
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0px;
}


.inline_player .prevbutton {
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 0px 50%;
    cursor: pointer;
}

.inline_player .nextbutton {
    position: relative;
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 17px 50%;
    cursor: pointer;
}

.invertIconography .inline_player .prevbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.invertIconography .inline_player .nextbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.inline_player .track_info {
    position: relative;
    width: 284px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
    white-space: normal;
}

.inline_player .title-section {
    padding-right: 0.5em;
}

/* this omits the title padding (above) for single-track players */
.inline_player .title-section.hiddenelem {
    display: none;
}

.inline_player .time {
    white-space: nowrap;
}

.inline_player .message {
    text-align: right;
    color: red;
    position: absolute;
    width: 290px;
    left: 0px;
}

.inline_player .progbar_cell {
    position: relative;
}

.inline_player .progbar {
    position: relative;
    height: 12px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
}

.inline_player .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 13px;
    overflow: hidden;  /* IE 6 fix */
    background: url(../../img/playbackhead.png);
    cursor: pointer;
}

.inline_player .progbar_empty {
    position: relative;
    top: 2px;
    width: auto;
    height: 7px;
    overflow: hidden;  /* IE 6 fix */
    border: 1px solid #d0d0d0;
}

.inline_player .progbar_fill {
    background: #e6e6e6;
    height: 100%;
    width: 0px;
}

.seekmask {
    position: absolute;
    background: black;
    z-index: 9998;
    opacity: 0.5;
}
.seektext {
    position: absolute;
    font-size: 10em;
    font-family: arial,helvetica,clean,sans-serif;
    text-align: center;
    opacity: 1.0;
    z-index: 9999;
    color: #ffff55;
}

/* ------------- BEGIN tralbum_common.css --------------- */
/* CSS shared between album and track pages */

.about-label, .credits-label, .license-label, .feed-label, .tags-label, .lyrics-label {
    /* like hiddenAccess, hide text but keep it available for screen readers */    
    position: absolute;
    left: -10000px;
    top: -10000px;
}

#missing-tralbum-art {
    min-height: 350px;
    min-width:350px; 
    background: #fff;
    border: 1px solid #ddd;
}

#missing-tralbum-art.band-member {
    border: 1px dashed #ccc; 
    text-align: center;
}

#missing-tralbum-art .add-art-hint {
    margin-top: 170px; 
    color: gray;
}

/* mobile-only */
.goto-top-button {
    display: none; 
}
/* ------------- BEGIN download_panel.css --------------- */
/* Buy/download dialog and related ---------- */

.buy-dlg {
    font-size: 100%;
    color: #363636;
}

.buy-dlg h3 {
    display: inline;
    margin: 0;
    padding: 0 0.4em 0 0;
    font-size: 100%;
    font-weight: normal;
}

.buy-dlg h3:after {
    content: ":";
}

.buy-dlg .small-text {
    font-size: 90%;
    color: #7F7F7F;
}

.buy-dlg #item_option {
    display: inline-block;
    min-width: 8em;
    max-width: 17em;
    margin-top: 0.5em;
    font-size: 105%;
}

.ieLte7 .buy-dlg #item_option {
    width: 17em;
}

.webkit .buy-dlg #item_option {
    font-size: 120%;
}

.buy-dlg #discountInput {
    width: 7em;
}

.buy-dlg .disabled {
    color: gray;
    text-decoration: line-through;
}

.buy-dlg .section + .section {
    margin-top: 1.5em;
}

.buy-dlg .merch-options-section {
    white-space: nowrap;
}

.buy-dlg .warning {
    background: lightyellow;
    padding: 5px;
    margin: -5px;
}

/* ----- buttons ------------------------------- */

.buy-dlg .fakeFt {
    display: block;
    overflow: visible;
    padding: 0 4px;
    border: none;
    text-align: left;
}

.buy-dlg .buttons-section {
    white-space: nowrap;
}

.buy-dlg .buttons-section button {
    display: block; /* enables margin collapsing */
    min-width: 80px;
    height: 2.3em;
    margin: 0 0 0.6em;
    padding: 0 1.5em;
    border: none;
    border-radius: 4px;
    font-size: 110%;
    text-decoration: none;
    color: #fff;
    background: #4F8E25;
}

.ieLte7 .buy-dlg .buttons-section button {
    min-width: auto;
}

.buy-dlg #downloadButtons_paypal {
    padding: 1em 0 0;
}

.buy-dlg #downloadButtons_paypal button {
    width: 100%;
}

.buy-dlg #downloadButtons_paypal .ft > * {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.ieLte7 .buy-dlg #downloadButtons_paypal .ft > * {
    display: inline;
}

.buy-dlg .checkout-button-wrapper {
    width: 197px;
}

.buy-dlg .or {
    width: 20px;
    padding-top: 0.7em; /* alignment hack */
}

.ieLte7 .buy-dlg .or {
    width: 36px;
}

.buy-dlg .cart-button-wrapper {
    width: 172px;
}

.buy-dlg .cart-button-wrapper button {
    background: #097EC6; 
}

.buy-dlg .cart-button-wrapper button:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 15px;
    padding-right: 8px;
    vertical-align: text-top;
    background: url(../../img/cartIcon.gif) no-repeat;
}

.buy-dlg .cc-strip {
    margin-top: 1em;
}

.buy-dlg .cc-strip img {
    width: 197px;
    height: 23px;
    margin-bottom: 1em;
}

/* ----- paypal payment ------------------------------- */

.buy-dlg .pricing-ui {
    display: table;
    vertical-align: baseline; /* align nyp label with input box baseline */
}

.buy-dlg .pricing-ui > * {
    display: table-row;
}

.buy-dlg .pricing-ui > * > * {
    display: table-cell;
}

.buy-dlg .price {
    white-space: nowrap;
}

.buy-dlg .price h3 {
    padding-right: 0.6em; /* increase the h3 padding a little to compensate for a missing space, caused by the table layout */
}

.buy-dlg .price .secondary {
    color: gray;
}

.buy-dlg #normal-price-wrapper {
    padding-right: 0.3em;
    font-size: 150%;
    font-weight: bold;
}

.buy-dlg .display-price {
    font-size: 200%;
}

.buy-dlg .fixed-price {
    font-weight: bold;
}

.buy-dlg .fixed-price-symbol {
    padding-left: 0.3em;
}

.buy-dlg .nyp-symbol {
    padding-right: 0.2em;
}

.buy-dlg input#userPrice {
    width: 3em;
    margin-right: 0.25em;
    text-align: right;
}

.buy-dlg #shipping-summary {
    padding-top: 0.6em;
}

.ieLte7 .buy-dlg #shipping-summary {
    display: block;
}

/* ----- email payment ------------------------------- */

.buy-dlg .email-section .subsection {
    margin: 0 0 1em;
}

.buy-dlg #fan_email_address {
    width: 95%;
    margin: 0.2em 0;
}

.buy-dlg #fan_email_country {
    width: 50%; 
}

.buy-dlg #fan_email_postalcode {
    width: 7em;
    margin-left: 0.5em;
}

.buy-dlg .email-section .small-text {
    font-size: 85%;
}

/* ----- purchase note ------------------------------- */

.buy-dlg .purchase-note-section .emphasis {
    font-weight:bolder;
}

.buy-dlg .purchase-note-section textarea {
    margin-bottom: 3px;
}

.buy-dlg .purchase-note-section #purchase-note-countdown {
    margin-right: 5px;
    float: right;
}

.buy-dlg .purchase-note-section #purchase-note-footer a {
    float: left;
}

/* ----- misc ------------------------------- */

.buy-dlg #download-panel-busy {
    display: none;
    padding-left: 22px;
    background: url(../../img/spinny.gif) no-repeat left center;
}

.buy-dlg #download-panel-complete {
    display: none;
}

.mobileWarning {
    opacity:100%;
}

.mobileWarning h3 {
    color:#AF0000;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.redownloadBody {
    font-size: 105%;
}




/* ------------- BEGIN cart.css --------------- */
#sidecart {
    width: 120px; /* DEBUG auto; */
    margin-bottom: 30px;
    margin-right: 0px;
}

#sidecart #sidecartHeader {
    padding-bottom: 10px;
}

#sidecart #sidecartHeader a {
    color: #444;
}

#sidecart #sidecartHeader p {
    margin-left: 3px;
}

#sidecart #item_list {
    background-color: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}

#sidecart .cartItemContents {
    overflow: hidden;
}

#sidecart .item {
    border-bottom: 1px solid #DDD;
    line-height: 1.3em;
    /* min-height: 4.5em; */
    padding: 4px 5px;
}

#sidecart .item p {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#sidecart .item a {
    color: #101010;
}

#sidecart .last {
    border-bottom: none;
}

#sidecart .item a.delete {
    float: right;
    margin: 0 1px 0 0;
    color: #0687F5;
    text-decoration: none;
}

#sidecart a img {
    border: none;
}

#sidecart .item .price {
    color: black;
    font-size: 90%;
}

#sidecartCheckout {
    display: block;
    font-size: 1.6em;
    margin: 20px 0px 0px 0px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#sidecartCheckout:hover {
    text-decoration: none;
}   

#sidecartFooter {
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

#sidecartFooter p {
    padding: 0px 5px;
    line-height: 1.3em;
    margin: 0.5em 0 0 0;
}

#sidecartFooter h4 {
    margin: 0;
    font-size: 100%;
}

#sidecartFooter .small {
    font-size: 90%;
}

#sidecartFooter #summary {
    width: 100%;
}

#sidecartFooter #summary tr > * {  /* td, th */
    font-weight: normal;
    vertical-align: baseline;
    border: none;
    padding: 0;
}

#sidecartFooter #summary .currency {
    font-size: 90%;
    text-align: right;
    width: 1%;
    padding-left: 2px;
}

#sidecartFooter #summary .shipping > * {
    padding-bottom: 5px;
}

#sidecartFooter #summary .total > * {
    padding-top: 4px;
}

#sidecartFooter .summary-notes {
    margin-top: 7px;
}

#sidecartFooter .summary-notes > * {
    display: block;
}

#sidecartFooter .notable {
    color: red;
}

#sidecartFooter .hyrule {
    padding-top: 5px !important;
    font-weight: bold; 
    color: red;
}

#sidecartFooter .numeric {
    text-align: right;
}

#sidecart a.buttonLink {
    background-color: #4F8E25;
    color: white;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 110%;
    line-height: 1em;
    padding: 7px 0px 8px;
}

#sidecart .reveal {
    overflow-y: hidden;
}

.fb #sidecart {   

}

.fb #sidecartReveal {
    width: 519px;
}

.fb #sidecart #sidecartHeader{
     display:none;
}

.fb #sidecartContents  {
        display: inline-block;
        float: left;
        width: 320px;
}

.fb #sidecart #item_list {
        padding-bottom:2px;
}

.fb #sidecartFooter {
    padding: 0px;
    margin: 0px 0px 0px 32px;
    display: inline-block;
    width: 120px;
    vertical-align:bottom;
}

.fb #sidecartSummary #summary {
       width:98%;
}

.fb #sidecartCheckout {
      width: 120px;
      margin-top: .5em;
 }

/* ------------- BEGIN merch.css --------------- */
/* Merch Grid */

ol.merch-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: -31px;
    width: 796px;
}

ol.merch-grid > li {
    display: inline-block;
    position: relative;
    margin: 0 0 30px 31px;
    width: 168px;
    min-height: 126px;
    vertical-align: top;
}

ol.merch-grid .art {
    width: 168px;
    height: 126px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.5);
    position: relative;
}

ol.merch-grid .art img {
    width: 168px;
    height: auto;
    position: relative;
}
ol.merch-grid .art img.tralbum {
    top: -21px;
}

ol.merch-grid.columns-3 {
    left: -33px;
    width: 795px;
}
ol.merch-grid.columns-3 > li {
    width: 232px;
    min-height: 174px;
    margin-left: 33px;
}
ol.merch-grid.columns-3 .art,
ol.merch-grid.columns-3 .art img {
    width: 232px;
}
ol.merch-grid.columns-3 .art img.tralbum {
    top: -29px;
}
ol.merch-grid.columns-3 .art {
    height: 174px;
}

ol.merch-grid.columns-2 {
    left: -31px;
    width: 798px;
}
ol.merch-grid.columns-2 > li {
    width: 368px;
    min-height: 276px;
    margin-left: 31px;
}
ol.merch-grid.columns-2 .art,
ol.merch-grid.columns-2 .art img {
    width: 368px;
}
ol.merch-grid.columns-2 .art img.tralbum {
    top: -46px;
}
ol.merch-grid.columns-2 .art {
    height: 276px;
}

ol.merch-grid p.title {
    width: 100%;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

ol.merch-grid p.price {
    margin: 0;
}
ol.merch-grid p.price .price {
    font-weight: bold;
}
ol.merch-grid p.price .currency {
    font-size: 11px;
}
ol.merch-grid p.price.sold-out {
    color: red;
}

.more-merch-link {
    display: none; /* shown for mobile only */
}

/* Merch Grid Editing */
ol.merch-grid .drag-thumb {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #0687f5;
    border-color: rgba(6,135,245,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE8 */
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    cursor: move;
}

ol.merch-grid li:hover .drag-thumb {
    -moz-transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    opacity: 1;
    filter: alpha(opacity=100); /* IE8 */
}

ol.merch-grid .drag-thumb .bc-ui {
    background-position: 0 -65px;
    width: 13px;
    height: 13px;
}

ol.merch-grid > li.placeholder {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.25);
    outline: 2px dashed #009bf3;
    outline-color: rgba(0, 155, 242, 0.5);
}

#private-merch-heading.top-border {
    border-top: 2px dashed #ccc;
    padding-top: 1em;
}

.merch-grid .warningBadge {
    position: absolute;
    bottom: 0;
    left: 0;
}

a:hover .warningBadge {
    text-decoration: none;
}

/* Non-music merch item page */

.leftMiddleColumns {

}

#merch-item > .column {
    display: inline-block;
    vertical-align: top;
}
#merch-item #name-section{
    float:left;
    padding: 0 20px 0 0;
}
#merch-item > .column.info {
    clear: left;
    float: left;
    width: 345px;
    margin-right: 20px;
}
#merch-item > .column.art {
    float: right;
    width: 400px;
}

#merch-item h2.title {
    margin: 0;
    font-family: "trebuchet ms", inherit;
    font-size: 24px;
}

#merch-item h3.artist {
    margin-top: 5px;
    margin-bottom: 15px;
}

#merch-item ul.edit-save-buttons {
    list-style: none;
    padding: 0;
    margin: 0 0 1.3em;
}

#merch-item ul.edit-save-buttons > li {
    display: inline;
    margin-right: 5px;
}

#merch-item ul.edit-save-buttons > li > a {
    display: inline-block;
    width: 56px;
    line-height: 22px;
    text-align: center;
    background: lightyellow;
    border: 1px solid silver;
}

#merch-item .main-art {
    width: 400px;
    height: 300px;
}
#merch-item .blank-art {
    width: 398px;
    height: 298px;
    line-height: 298px;
    text-align: center;
    border: 1px dashed gray;
    background: white;
    font-size: 12px;
    color: gray;
}

ul.merch-thumbs {
    list-style: none;
    padding: 0;
    margin-top: 16px;
    margin-left: -16px;
    font-size: 0; /* Eliminate HTML whitespace between elements */
}

ul.merch-thumbs > li {
    display: inline;
    margin-left: 16px;
}

ul.merch-thumbs img {
    width: 88px;
    height: 66px;
}

#merch-item .buy .compound-button {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

#merch-item .buy .compound-button .buyItemExtra {
    font-size: 12px;
}

.more-merch-container {
    margin-top: 10em;
    margin-bottom: 2em;
    clear: both;
    float: left;
}

#merch-item .column.info p {
    margin: 0 0 1em 0;
}
/* ------------- BEGIN fan_tralbum.css --------------- */
.bigThanksMessage {
    font-size: 1.1em;
    margin-top: 6px;
    margin-bottom: 3px;
}
.fanThumbs {
    margin-bottom: 3px;
}
.fanThumbs.hidden, .moreFanThumbs.hidden {
    display: none;
}
#bigThanks a {

}
#bigThanks .fanThumb {
    height: 25px;
    width: 25px;
    margin-right: 3px; 
}

/* ------------- BEGIN popup_image.css --------------- */

/* popup image viewer */

/* .imageviewer_XXX styles refers to the original implementation and will be deleted eventually
 * .popupimage_XXX is the new black.  the desktop version of the new code is still being developed,
 * so the .imageviewer_XXX are still the ones active in production. -- kj
 */


.popupimage_gallery {
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    left: 0; top: 0;
    bottom: 0; right: 0;
    background: rgba( 255, 255, 255, 0.5 );
    z-index: 10;
}

.popupimage_container {
    position: relative;
    display: table;
    left: 0;
    height: 100%; width: 1000%;
    list-style: none;
    padding: 0;
}

.popupimage_item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.popupimage_item img {
    display: block;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}

.popupimage_item.loading {
    background: url(../../img/playerbusy_transp.gif) no-repeat;
    background-position: 50% 50%;
}


/* --- widgets --- */

.popupimage_nav {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 33%;
    -webkit-tap-highlight-color: rgba( 0,0,0,0 );
}

.popupimage_nav.dismiss {
    left: 33%;
    width: 34%;
}

.popupimage_nav.prev {
    left: 0;
}

.popupimage_nav.next {
    right: 0;
}

.popupimage_navicon {
/* *** old:
    display: inline-block;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    background-image:url(../../img/popup_image.png);
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
*** */

    display: inline-block;
    position: absolute;
    top: 85%;
    margin: auto;
    background: url(../../img/mobile-sprites-light-20120719.svg) no-repeat;
    background-size: 100% auto;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 1;
}

.no-svg .popupimage_navicon {
    background-image: url(../../img/mobile-sprites-light-20120719.png);
}

.popupimage_navicon.dismiss {
    left: 50%;
    margin-left: -1rem;
    background-position: 0 31.6%;
}

.popupimage_navicon.prev {
    left: 1em;
    background-position: 0 35.8%;
}

.popupimage_navicon.next {
    right: 1em;
    background-position: 0 40.0%;
}

.popupimage_loading {
    position: absolute;
    display: inline-block;
    background-color: black; 
    opacity: 0.5;
    filter:alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
}

.popupimage_spinny_lg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../../img/playerbusy.gif) no-repeat;
    background-position: 50% 50%;
}

.popupimage_spinny_sm {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../../img/playerbusy_small.gif) no-repeat;
    background-position: 50% 50%;
}

/* ---------- */

.imageviewer_top {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    text-align: center;
    z-index: 100;
}

.imageviewer_top td {
    border: 0;
}

.imageviewer_back {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: -1;
}

.imageviewer_dismiss {
    cursor: pointer;
    position: relative;
    top: 2em; left: -1em;
    background-image:url(../../img/popup_image.png);
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    z-index: 10;
}

.imageviewer_image {
    clear: both;
    border: 3px solid grey;
}

.imageviewer_nav {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 200px;
    max-width :33%;
}

.ie .imageviewer_nav {
    /* fixes problems laying out empty elements */
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.imageviewer_nav.prev {
    left: 0;
}

.imageviewer_nav.next {
    right: 0;
}

.imageviewer_navicon {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    background-image:url(../../img/popup_image.png);
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
}

.imageviewer_navicon.next {
    right: 30px;
    background-position:0 center;
}

.imageviewer_navicon.prev {
    left: 30px;
    background-position:0 bottom;
}

.imageviewer_nav:hover span.imageviewer_navicon {
    visibility: visible;
}

.imageviewer_loading {
    position: absolute;
    display: inline-block;
    background-color: black; 
    opacity: 0.5;
    filter:alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
}

.imageviewer_spinny_lg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../../img/playerbusy_transp.gif) no-repeat;
    background-position: 50% 50%;
}

.imageviewer_spinny_sm {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../../img/playerbusy_small.gif) no-repeat;
    background-position: 50% 50%;
}


/* ------------- BEGIN peekaboo_text.css --------------- */
/* The more/less link is hidden by default */
.peekaboo-link {
    display: none;
}

/* For browsers which don't support CSSOM and truncate.js, enable the fallback (PeekabooText) */
.no-cssom .peekaboo-link {
    display: inline;
}
.no-cssom .peekaboo-text {
    display: none;
}