#headerAdArea, .masthead .headerTopUserPortion, section.main {
  background: url("../../images/assets/backround.png");
}

section.main.preview-mode {
  background: url("../../images/assets/preview-background.png");
}

#podcast-page-wrapper .multimeidawrapper .multimedia-list-wrapper .podcast-detail .audio-player-info .audio-player .mejs-controls .mejs-button button {
  background: url("/UIComponents/MediaElement/build/controls.png") no-repeat scroll 0 0 transparent;
}

#BodyContent_PageContent_SS_FeaturedPodcast .selfServe .content .player .mejs-inner .mejs-controls .mejs-button button {
  background: url("/UIComponents/MediaElement/build/controls.png") no-repeat scroll 0 0 transparent;
}

.other-pubs-wrap .selfServe div {
  background: url("../../images/assets/external-link.png");
}

.signin-container .si-selection-wrap .non-member-wrap {
  background: url("../../images/assets/caret-white-right.gif");
  background-repeat: no-repeat;
  background-position: 95% 16px;
}
.signin-container .si-selection-wrap .non-member-wrap.expanded {
  background: url("../../images/assets/caret-white-down.gif");
  background-repeat: no-repeat;
  background-position: 95% 19px;
}

.portlet-module .signin-container .si-selection-wrap .non-member-wrap, .reveal-modal .signin-container .si-selection-wrap .non-member-wrap {
  background: url("../../images/assets/caret-black-right.gif");
  background-repeat: no-repeat;
  background-position: 95% 16px;
}
.portlet-module .signin-container .si-selection-wrap .non-member-wrap.expanded, .reveal-modal .signin-container .si-selection-wrap .non-member-wrap.expanded {
  background: url("../../images/assets/caret-black-down.gif");
  background-repeat: no-repeat;
  background-position: 95% 19px;
}

.inline-signin-module .signin-container .si-selection-wrap .non-member-wrap-btn {
  background: none;
}
