* {
  margin: 0;
  padding: 0;
}

body {
color: #fff;
  font-size: 14px;
}

a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
  a:hover,
  a.selected {
    color: #fff;
  }

h1,h2,h4,h5,h6 {

  color: #ccc;
  text-shadow: #000 1px 1px 2px;
  margin-bottom: 5px;
}
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14px;
  }
.sociales {
  text-align: center;
  margin-bottom: 20px;
}
.shashank.timelinemaine {
	    width: 100px !important;
        height: 100px !important;
	    background-color: #ffc845 !important;
	    border-radius:50% !important;
}

  #timeline {
    width: 850px;
    height: 250px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: url('../images/dot.gif') left 50px repeat-x;
  }
    #dates {
      width: 850px;
      height: 88px;
      overflow: visible;
    }
      #dates li {
        list-style: none;
        float: left;
        width: 100px;
        height: 50px;
        font-size: 24px;
        text-align: center;
		
      
      }
        #dates a {
			font-size: 15px;
          line-height: 50px;
          padding-bottom: 10px;
		  background-color: white;
           border: 1px solid #2b758b;
            border-radius: 50%;
             color: #000;
			height:50px !important;
			 width:50px !important;
			 margin-top: 22px;
			  display: inline-block;
        }
            #dates .selected {
			   line-height: 105px;
                           font-size: 28px;
			 background-color: #ffc845;
			 border-radius:50%;
			 color:#fff;
			 border:0px;
			 margin-top: 0px;
			 height:100px !important;
			 width:100px !important;
			  display: inline-block;
        }
    
    #issues {
      width: 850px;
      height: 350px;
      overflow: visible;
    } 
      #issues li {
        width: 850px;
        height: 350px;
        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: #ffcc00;
          font-size: 48px;
          margin: 20px 0;
         
		}
        #issues li p {
          font-size: 14px;
          margin-right: 70px;
          font-weight: normal;
          line-height: 22px;
		}     
    
    #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;*/
      }
    .slider-para1 {
    padding: 35px 32px 0 70px !important;
    text-align: justify !important;
    font-family: MyriadPro3 !important;
    font-size: 17px !important;
    color: black !important;
	text-shadow:none !important;
}
    #next, #prev {
    position: absolute;
    top: 0;
    font-size: 67px;
    top: 10px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
      #next:hover,
      #prev:hover {
        background-position: 0 0px !important;
      }
      #next {
    right: 0px;
    background-image: url(../images/prev.jpg);
    height: 80px;
    width: 60px;
    width: 100% 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
     
	  
      #prev {
    left: 0px;
    background-image: url(../images/next.jpg);
    height: 80px;
    width: 60px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }
@media only screen and (max-width: 600px) {
	
	
	.slider-para1 {
    padding: 0px 480px 0 0px !important;
    text-align: justify !important;
    font-family: MyriadPro3 !important;
    font-size: 15px !important;
    color: black !important;
    text-shadow: none !important;
}
	
	
	.shashank{
		width: 1000px;
    margin-left: 0px !important;
	}
	
	
	
	
#prev {
    left: 0px;
    background-image: url(../images/next.jpg);
    height: 25px;
    width: 25px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}	
	
	
#next {
    right: 534px;
    background-image: url(../images/prev.jpg);
    height: 25px;
    width: 25px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}	
	
	
	
	
	
}