  #timeline {
    width: 1200px;
	height: 1200px;
    overflow: hidden;
    margin: 100px auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
  }
    #dates {
      width: 1200px;
      height: 60px;
      overflow: hidden;
    }
      #dates li {
        list-style: none;
        float: left;
        width: 100px;
        height: 50px;
        font-size: 24px;
        text-align: center;
        background: url('../images/biggerdot.png') center bottom no-repeat;
      }
        #dates a {
          line-height: 38px;
          padding-bottom: 10px;
        }
        #dates .selected {
              font-size: 38px;
        }
    
    #issues {
      width: 1200px;
	  height: 1200px;
      overflow: hidden;
    } 
      #issues .issueContext {position: relative; height:1000px;width:1100px;overflow:scroll;overflow-x:hidden;overflow-y:scroll;}
      #issues li {
        width: 1200px;
		height: 1200px;
        list-style: none;
        float: left;
      }
        #issues li.selected img {
          -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
        }
        #issues li img {
          float: left;
          margin: 10px 30px 10px 30px;
          background: transparent;
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
          zoom: 1;
          -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          -webkit-transform: scale(0.9,0.9);
          transform: scale(0.9,0.9);
        }
        #issues li h1 {
          color: #bf9c46;
		  font-family: 'Lato',Arial,Helvetica,sans-serif;
          font-size: 48px;
          margin: 20px 0;
          text-shadow: #000 1px 1px 2px;
        }
        #issues li p {
          font-size: 14px;
          margin-right: 70px;
          font-weight: normal;
          line-height: 22px;
          text-shadow: #000 1px 1px 2px;
        }
		
    .desktop{display:block;}
	.notebook{display:none;}
	.mobile{display:none;}
	
	@media only screen and (max-width : 1000px) {
		.desktop{display:none;}
		.notebook{display:block;}
		.mobile{display:none;}
	}
    
	@media only screen and (max-width : 480px) {
		.desktop{display:none;}
		.notebook{display:none;}
		.mobile{display:block;}
	}
    
	@media only screen and (max-width : 480px) {
		#issues .issueContext {position: relative;width:100%;}
		#timeline, #dates, #issues,#issues li {width: 100%; }
  }
    @media only screen and (max-width : 1000px) {
		#timeline, #dates, #issues,#issues li {width: 980px; }
		#timeline, #issues, #issues li { height: 500px;}
		#issues li img {position: relative; margin:0; left: 0;}
		#issues .context { width: 980px; position: relative;  float: left; left: 0px; margin-top: 20px;}
  }
    @media only screen and (max-width : 820px) {
		#timeline, #dates, #issues,#issues li {width: 780px; }
		#timeline, #issues, #issues li { height: 500px;}
		#issues li img {position: relative; margin-top: 20px;}
		#issues .context { width: 780px; position: relative;  float: left; left: 0px; margin-top: 20px;}
  }
    @media only screen and (max-width : 480px) {
		#timeline, #dates, #issues,#issues li {width: 470px; }
		#timeline, #issues, #issues li { height: 800px;}
		#issues li img {position: relative; margin-top: 20px;}
		#issues .context { width: 470px; position: relative;  float: left; left: 0px; margin-top: 20px;}
  }
    @media only screen and (max-width : 414px) {
		#timeline, #dates, #issues,#issues li {width: 410px; }
		#timeline, #issues, #issues li { height: 800px;}
		#issues li img {position: relative; margin-top: 20px;}
		#issues .context { width: 410px; position: relative;  float: left; left: 0px; margin-top: 20px;}
  }
    @media only screen and (max-width : 320px) {
		#timeline, #dates, #issues,#issues li {width: 320px; }
		#timeline, #issues, #issues li { height: 800px;}
		#issues li img {position: relative; margin-top: 20px;}
		#issues .context { width: 320px; position: relative;  float: left; left: 0px; margin-top: 20px;}
  }
	
    #grad_left,
    #grad_right {
      width: 100px;
      height: 350px;
      position: absolute;
      top: 0;
    }
      #grad_left {
            left: 0;
            /*background: url('../images/grad_left.png') repeat-y;*/
      }
      #grad_right {
            right: 0;
            /*background: url('../images/grad_right.png') repeat-y;*/
      }
    
    #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top: 170px;
      width: 53px;
      height: 87px;
      background-position: 0 0;
      background-repeat: no-repeat;
      text-indent: -9999px;
      overflow: hidden;
    }
      #next:hover,
      #prev:hover {
        background-position: 0 -175px;
      }
      #next {
        right: 0;
        background-image: url('../images/next.png');
      }
      #prev {
        left: 0;
        background-image: url('../images/prev.png');
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }
