﻿*{
margin: 0;
padding: 0;
}

.slide-main{
 height:550px;
 position:relative;
 }
.prev,.next{
 display:block;
 width:48px;
 height:100px;
 position:absolute;
 z-index:222;
 top:50%;
 overflow:hidden;
 cursor:pointer;
 opacity:0.6;
 -moz-opacity:0.6;
 filter:alpha(opacity=60);
 margin-top: -50px
}
.prev{
 left:70px;
}
.next{
 right:70px;
}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{
 opacity:1;
 -moz-opacity:1;
 filter:alpha(opacity=100);
}
.item{
 display:block;
 width:100%;
 height:12px;
 position:absolute;
 z-index:124;
 bottom:20px;
 left:0;
 text-align:center;
}
.item a{
 display:inline-block;
 width:12px;
 height:12px;
 margin-right:11px;
 background:#333;
 opacity:0.6;
 -moz-opacity:0.6;
 filter:alpha(opacity=60);
 overflow:hidden;
}
.item a.cur{
 background:#123785;
}
.slide-box,.slide{
 display:block;
 width:100%;
 height:550px;
 overflow:hidden;
}
.slide-box{
 position:relative;
}
.slide{
 display:none;
 height:550px;
 padding-top:0px;
 position:relative;
 position:absolute;
 z-index:8;
}
.slide a{
 display:block;
 width:100%;
 height:550px;
 cursor:pointer;
}
.slide img{
 width: 100%;
 height: 550px;
 position:absolute; 
 
 left:0; 
 top:0px;
}




#container{margin:0 auto;}
#container h2 {font-weight:normal;line-height:28px;}
#container p{padding:10px 0;}
.credit{text-align:center;padding: 20px 0 100px;font-size:10px;}


 #timeline {
  width:100%;
  height: 350px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
  background: url('../images/dot.png') left 45px repeat-x;
 }
  #dates {
   width: 100%;
   height: 60px;
   overflow: hidden;
  }
   #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 22px;
    text-align: center;
    
   }
    #dates a {
     line-height:50px;
     color: #0272d1;background: url('../images/biggerdot.png') center bottom no-repeat;padding-bottom: 11px;
    }
    #dates .selected {line-height:35px;
           font-size: 38px;color:#f07051;font-weight: bold;background: url('../images/biggerdotH.png') center bottom no-repeat;
    }
  
  #issues {
   width: 800px;
   height: 350px;
   overflow: hidden;
  } 
   #issues li {
    width: 800px;
    height: 350px;
    list-style: none;
    float: left;margin-top:20px;
   }
    #issues li img {
     float: left;
     margin: 10px 30px 10px 50px;
    }
    #issues li h1 {
     color: #0272d1;
     font-size: 48px;
     margin: 20px 0;
     text-align:left;
    }
    #issues li p {
     font-size: 16px;
     margin-right: 40px;
     font-weight: normal;
     line-height: 30px;text-align:left;
        }
  
  #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;
   text-indent: -9999px;
   overflow: hidden;
  }
   #next:hover,
   #prev:hover {
    background-position: 0 -76px;
   }
   #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;
    }