.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  width: 800px;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
  width: 800px;
  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: 800px;
  overflow: hidden;
} 
#issues li {
  width: 800px;
  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 50px;
  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 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7,0.7);
  transform: scale(0.7,0.7);
}
#issues li h1 {
  color: #f99d1c;
  font-size: 48px;
  margin: 20px 0;
  text-align: center;
}
#issues li h2 {
  color: #f99d1c;
  font-size: 48px;
  margin: 20px 70px 20px 0;
  text-align: center;
}
#issues li p {
  font-size: 18px;
  margin-right: 70px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}
    
#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: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

#next img, #prev img { display: block; }

#prev {
	top: 50%;
  left: 0;
  line-height: 70px;
  height: 70px;
  width: 35px;
  text-align: left;
  margin-top: -35px;
}
#next {
	top: 50%;
  right: 0;
  line-height: 70px;
  height: 70px;
  width: 35px;
  text-align: right;
  margin-top: -35px;
}
#next.disabled,
#prev.disabled {
  opacity: 0.2;
}


#timeline { margin: 60px auto; width: 1074px; }
#issues li { width: 1074px; }
#issues li img { margin: 10px 30px 10px 70px; }

@media screen and (max-width: 1640px){
	#timeline { width: 1017px; }
	#issues li { width: 1017px; }
}

@media screen and (max-width: 1600px){
	#timeline { width: 916px; }
	#issues li { width: 916px; }
}

@media screen and (max-width: 1500px){
	#timeline { width: 817px; }
	#issues li { width: 817px; }
}

@media screen and (max-width: 1400px){
	#timeline { width: 717px; }
	#issues li { width: 717px; }
}

@media screen and (max-width: 1300px){
	#timeline { width: 617px; }
	#issues li { width: 617px; }
  #issues li img { float: none; margin: 10px auto; display: block; }
  #issues li h2 { margin-left: 70px; }
  #issues li p { margin-left: 70px; }
}

@media screen and (max-width: 1200px){
	#timeline { width: 1042px; }
	#issues li { width: 1042px; }
  #issues li img { float: left; margin: 10px 30px 10px 70px; display: inline-block; }
  #issues li h2 { margin-left: 0px; }
  #issues li p { margin-left: 0px; }
}

@media screen and (max-width: 1100px){
	#timeline { width: 942px; }
	#issues li { width: 942px; }
}

@media screen and (max-width: 1000px){
	#timeline { width: 728px; }
	#issues li { width: 728px; }
}

@media screen and (max-width: 765px){
	#timeline { width: 305px; }
	#issues li { width: 305px; }
  #issues li img { float: none; margin: 10px auto; display: block; }
  #issues li h2 { margin-left: 10px; margin-right: 10px; }
  #issues li p { margin-left: 10px; margin-right: 10px; }
  #prev { display: none !important; }
  #next { display: none !important; }
}