    #timeline_setter {
      width:100%;
      margin:0 auto;
      padding:10px;
      position:relative;
      height:100%;
      background-color:white;
    }
    #options {
      padding:5px;
      width:400px;
      float:left;
    }
    .share {
      padding:5px;
      float:right;
      margin-right:15px;
    }
    .share-links a {
      padding:5px;
    }
    .options-help, .share-help {
      font-family:Helvetica,Arial,sans-serif;
      font-size:14px;
      font-weight:bold;
    }
    .TS-item {
      z-index:1;
      position:absolute;
      border:1px solid #CCCCCC;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding:10px;
      color:#333;
      width: 350px;
    }
    .TS-item_user_html .photo {
      width:200px;
      float: left;
      margin-right:10px;
    }
    .photo .credit {
      font-size: 11px;
      width: 200px;
      padding-bottom:5px;
      margin-bottom:5px;
      border-bottom:1px solid #EEEEEE;
    }
    .TS-item_label {
      font-family:Helvetica,Arial,sans-serif;
      font-size:14px;
      line-height:17px;
      height:85%;
      display:block;
      width:350px !important;
    }
    .TS-item_label h1 {
      font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
      line-height:30px;
    }
    .TS-item_year {
      font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
      font-weight:bold;
      font-size:16px;
      padding-top:24px;
      float:right;
      clear:left;
      display:block;
      margin-right:10px;
      margin-left:10px;
    }
    .TS-item_year_text {
      float:left;
    }
    .TS-css_arrow {
      border-style: solid;
      height: 0px;
      width: 0px;
      position:relative;
      top: 1px;
      border-width: 10px 10px 10px 10px;
    }
    .TS-css_arrow_up {
      border-color: transparent transparent #7C93AF transparent;
    }
    .TS-read_btn {
      font-size:11px;
      text-transform:uppercase;
    }
    .TS-read_btn:hover {
      color:#CCC;cursor:pointer;
    }
    #timeline_setter a {
      text-decoration:none;
      color:#333;
    }
    
    #TS-top_matter_container {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      overflow:visible;
    }
    .TS-notchbar_outer_container {
      float:left;
      height:70px;
      overflow:hidden;
      width:802px;
    }
    .TS-notchbar_container {
      float:left;
      border:1px solid #cecece;
      width:800px;
      height:40px;
      position:relative;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      top:25px;
    }
    #TS-card_scroller {
      width:800px;
      position:relative;
      overflow:hidden;
      height:800px; /* FIX THIS!!! */
      margin-left:29px;
    }
    #TS-card_scroller_inner {
      width:100%;
      position:relative;
    }
    .TS-notchbar {
      height:40px;
      position:relative;
      width:100%;
      margin: 0 auto;
    }
    .TS-notchbar_draggable {
      cursor: col-resize;
    }
    .TS-notch, .TS-year_notch {
      height:100%;
      position:absolute;
      color:#999;
    }
    .TS-year_notch {
      border-left: 1px dashed #999;
    }
    .TS-year_notch_year_text {
      display:block;
      /* 
        Arial actually looks better than Helvetica at
        small sizes. See Comment 6 here:
        http://www.subtraction.com/2007/11/01/the-elements#7497
      */
      font-family:Arial,sans-serif;
      font-size:9px;
      padding:2px 0 0 5px;
      position:absolute;
      bottom:40px;
    }
    .TS-year_notch:hover {
    }
    .TS-notch{
      width:4px;
      cursor:pointer;
    }
    .TS-card_container {
      position:absolute;
      margin-left:-5px;
      z-index: 9999;
    }
    .TS-controls, .TS-switch-controls {
      margin-top:10px;
    }
    .share-links {
      margin-top:5px;
    }
    .TS-controls a, .TS-switch-controls a, a.TS-read_btn, a.share {
      border:1px solid #999999;
      background-color:#DCDCDC;
      padding:3px 5px 3px 5px;
      color:#999;
      font-family:"Helvetica Neue",Arial,sans-serif;
      font-weight:normal;
      height: 14px;
      font-size:11px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;      
      display: inline;
    }
    a.share {
      margin-right:3px;
    }
    a.TS-read_btn {
      float:right;
      margin-top:5px;
    }
    .TS-custom-notchbar a {
      color: #666 !important;
    }
    a.TS-choose_prev {
      float:left;
      margin-right:4px;
      font-size: 50px;
      line-height:37px;
      position:relative;
      top:25px;
    }
    a:hover.TS-choose_prev {
      color: #cecece !important;
    }
    a.TS-choose_next {
      float:left;
      margin-left:4px;
      font-size: 50px;
      line-height:37px;
      position:relative;
      top:25px;
    }
    a:hover.TS-choose_next {
      color: #cecece !important;
    }
    .TS-controls_inner_text {
      font-size:11px; 
      text-transform:uppercase;
    }
    .TS-controls a.TS-controls_disabled, .TS-switch-controls a.TS-controls_disabled {
      color:#cecece;
      background-color:#ffffff;
      cursor:default;
    }
    .TS-controls a:hover, .TS-switch-controls a:hover, a:hover.TS-read_btn, a:hover.share {
      background-color:#fff;
    }
    .TS-notch_active {
      -webkit-box-shadow: 0px 0px 10px #333; 
      -moz-box-shadow: 0px 0px 10px #333; 
      box-shadow: 0px 0px 10px #333;
      
      /* let's throw IE7 users a bone */
      *border: 1px solid #333;
    }
    .TS-zoom {
      background-repeat:no-repeat;
      background-position:center center;
      width:20px !important;
      padding:3px 8px 3px 8px !important;
      margin-right:4px;
    }
    .TS-zoom_inner_text {
      display:none;
      /* IE7 */
      *display:inline;
    }
    .TS-zoom_in {
      background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQpMMhJpyiihjLIKJTQGV4mFYShEqAkHIiBHKYEHHhhVAWgY5qToFZRRQAAOw==");
    }
    .TS-zoom_out {
      background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQoMMhJpyiihjLIKJTQEV4mFYShEqAkHAh8mBJw3IVRFUCOaScBraKKAAA7");
    }
    
    /* legend */
    
    .TS-series_nav_container {
      font-family:Arial,sans-serif;
      font-size:13px;
      line-height:20px;
      height:30px;
      margin-left:-10px;
      margin-top:15px;
    }
    .TS-series_legend_swatch {
      background-image:url("data:image/gif;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNrskksKwCAMBev9byS4UfEOoh7AA4hu9JUG2kVb+8FVoYFsQmbghTAA00ix7wumRfC0nXPYz97Ca70ThBA20hhzL7DWIsZIi957AmutB7gryDkTlFLaYKUUznZPBUIIlFIIbq1BSolevG5uzjnF0Frj6j7sf+VxwSzAAG/ifZQMhRJhAAAAAElFTkSuQmCC");
      background-repeat:no-repeat;
      background-position:center center;
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border-top-left-radius: 2px 2px;
      border-top-right-radius: 2px 2px;
      border-bottom-right-radius: 2px 2px;
      border-bottom-left-radius: 2px 2px;
      margin-right:5px;
    }
    .TS-series_legend_item {
      float:left;
      margin:-3px 10px 0 10px;
      cursor:pointer;
    }
    .TS-series_legend_item_inactive {}
    .TS-series_legend_item_inactive .TS-series_legend_swatch {
      background-image:none !important;
      filter:alpha(opacity=40); /* IE can't do data URLs, so this will serve as 'inactive' UI for series heds in IE */
    }
    .TS-item h2, .TS-img-hed {
      font-family: 'Helvetica Neue',arial,sans-serif;
      font-size: 18px;
      font-weight: bold;
      display:inline-block;
      margin:0;
      margin-bottom: 10px;
      line-height:20px;
    }
    .TS-permalink {
      font-family:"Helvetica Neue",arial,sans-serif;
      font-size:12px;
      color:#404040;
      cursor:pointer;
      padding:0 0 0 15px;
      margin-top:-5px;
      float:left;
      -webkit-transform:rotate(45deg);
      -moz-transform:rotate(45deg);
    }
    
    /* color priority */
    /* "#065718", "#EDC047", "#91ADD1", "#929E5E", "#9E5E23", "#C44846", "#465363", "#EDD4A5", "#CECECE" */
    
    /* 1-4 overridden for MinnPost colors */
    
    /* default */
    .TS-notch_color_default,.TS-series_legend_swatch_default {
      background-color: #000;
    }
    .TS-css_arrow_color_default {
      border-bottom-color:#000;
    }
    .TS-item_color_default {
      border-top:1px solid #000;
    }
    
    /* 1 */
    .TS-notch_color_1,.TS-series_legend_swatch_1 {
      background-color: #9B3334 !important;
    }
    .TS-css_arrow_color_1 {
      border-bottom-color:#9B3334 !important;
    }
    .TS-item_color_1 {
      border-top:1px solid #9B3334 !important;
    }
    
    /* 2 */
    .TS-notch_color_2,.TS-series_legend_swatch_2 {
      background-color: #686666 !important;
    }
    .TS-css_arrow_color_2 {
      border-bottom-color:#686666 !important;
    }
    .TS-item_color_2 {
      border-top:1px solid #686666 !important;
    }

    /* 3 */    
    .TS-notch_color_3,.TS-series_legend_swatch_3 {
      background-color: #066370 !important;
    }
    .TS-css_arrow_color_3 {
      border-bottom-color:#066370 !important;
    }
    .TS-item_color_3 {
      border-top:1px solid #066370 !important;
    }
    
    /* 4 */
    .TS-notch_color_4,.TS-series_legend_swatch_4 {
      background-color: #26466D !important;
    }
    .TS-css_arrow_color_4 {
      border-bottom-color:#26466D !important;
    }
    .TS-item_color_4 {
      border-top:1px solid #26466D !important;
    }

    /* 5 */    
    .TS-notch_color_5,.TS-series_legend_swatch_5 {
      background-color: #9E5E23 !important;
    }
    .TS-css_arrow_color_5 {
      border-bottom-color:#9E5E23 !important;
    }
    .TS-item_color_5 {
      border-top:1px solid #9E5E23 !important;
    }

    /* 6 */    
    .TS-notch_color_6,.TS-series_legend_swatch_6 {
      background-color: #C44846 !important;
    }
    .TS-css_arrow_color_6 {
      border-bottom-color:#C44846 !important;
    }
    .TS-item_color_6 {
      border-top:1px solid #C44846 !important;
    }
    
    /* 7 */
    .TS-notch_color_7,.TS-series_legend_swatch_7 {
      background-color: #465363 !important;
    }
    .TS-css_arrow_color_7 {
      border-bottom-color:#465363 !important;
    }
    .TS-item_color_7 {
      border-top:1px solid #465363 !important;
    }


    /* 8 */    
    .TS-notch_color_8,.TS-series_legend_swatch_8 {
      background-color: #EDD4A5 !important;
    }
    .TS-css_arrow_color_8 {
      border-bottom-color:#EDD4A5 !important;
    }
    .TS-item_color_8 {
      border-top:1px solid #EDD4A5 !important;
    }

    /* 9 */
    .TS-notch_color_9,.TS-series_legend_swatch_9 {
      background-color: #CECECE !important;
    }
    .TS-css_arrow_color_9 {
      border-bottom-color:#CECECE !important;
    }
    .TS-item_color_9 {
      border-top:1px solid #CECECE !important;
    }
    
    .clear {
        clear:both;
    }
