.clearboth {
  clear: both;
}

.page_link_selected {
  border-bottom: 2px solid #50abff;
}

#slideshow_wrap {
  position: relative;
}

#slide_old {
  position: static;
  z-index: 1;
}

#slide_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

#albums_screen_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10000px;
  padding-bottom: 10000px;
  background-color: #000;
  z-index: 8000000;
}

  #albums_screen {
    display: none;
    position: absolute;
    top: 2em;
    left: 2em;
    /*margin-left: -25em;*/

    z-index: 8000001;
    /*background-color: #fff;*/
    width: 50em;
  }
  
    #as_img {
      border: 1em solid #fff;
    }
    
    #as_opt {
      margin-top: .5em;
      background-color: #fff;
      min-width: 50em;
      padding: 1em;
    }
    
      #as_left {
        width: 50%;
        float: left;
        position: relative;
      }
      
        #as_desc {
          width: 30em;
        }
      
      #as_right {
        width: 50%;
        float: right;
        text-align: right;
        font-family: sans-serif;
        font-size: .8em;
        color: #f50;
      }
      
        #as_right span {
          text-decoration: underline;
          cursor: pointer;
          margin-left: .3em;
        }

