#timelineContainer * {
	margin: 0;
	padding: 0;
}
/*
body {
	background: #222;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 14px;
}

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

h1,h2,h4,h5,h6 {
	text-align: center;
	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;
}

        #timelineContainer{
/*            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover; */           
        }
        #timeline .shadow{
            width: 0px;/* set in the script */
            height: 0px;/* set in the script */
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.5);
        }
        #timeline div.timelineGuide{
            position: absolute;
            bottom: 184px;
            width: 90%;
            margin: 0 5%;
            border-bottom: 2px dotted #fff;
            z-index: 5;
        }

	#timeline {
/*		width: 800px;
		height: 350px;*/
		width: 100%;
		height: 450px;
		overflow: hidden;
		/*margin: 100px auto;*/
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
                
		#dates {
			/*width: 800px;
                        height: 60px;
                        */
			width: 100%;
			height: 350px;
			overflow: hidden;
                        
                        position: absolute;
                        bottom: 130px;
                        z-index: 10;
		}
			#dates li {
				list-style: none;
				float: left;
/*				width: 100px;
				height: 50px;*/
                                width: 200px;
                                height: 350px;
				/*font-size: 24px;*/
				text-align: center;
/*				background: url('../images/biggerdot.png') center bottom no-repeat;
                                background-position: 50% 290px;  */
                                /*padding: 10px;*/
			}
				#dates a {
/*					line-height: 38px;
					padding-bottom: 10px;
*/
                                        color: #fff;
				}
				#dates .selected h5{
                                    color: #F0D200;
                                    /*font-size: 38px;*/
				}
                                
                                        #dates .markDescription{
                                            margin: 0px 20px;  
                                            max-height: 255px;
                                            height: 255px;
                                            overflow: hidden;
                                                /*vertical-align: bottom;*/
                                            position: relative;
                                        }
                                        #dates .markDescription .markContent{
                                            position: absolute;
                                            bottom: 0px;
                                            left: 0;
                                            max-height: 200px;
                                            overflow: hidden;
                                            width: 160px;
                                            text-align: center;
                                        }
                                        #dates .selected div.markContent{
                                            bottom: 55px;
                                        }
                                        
                                        #dates .markDescription h5{
                                            font-family: 'Roboto-Bold';
                                            font-size: 15px; 
                                        }
                                        #dates .markDescription span{
                                            font-family: 'Roboto-Regular';
                                            font-size: 12px;    
                                        }
                                        
                                        #dates .markDotConnection{
                                            position: absolute;
                                            bottom: 60px;
                                            margin-left: 100px;
                                            width: 1px;
                                            height: 90px;
                                            border-left: 2px dotted #F0D200;
                                            display: none;
                                        }
                                        #dates .selected div.markDotConnection{
                                            display: block;
                                        }
                                        
                                        #dates .markDot{
                                            position: relative;
                                            background-color: #fff;
                                            margin-left: 95px;
                                            margin-top: 35px;
                                            width: 10px;
                                            height: 10px;
                                            border-radius: 25px;
                                        }
                                        #dates .selected div.markDot{
                                            background-color: #F0D200;
                                            width: 15px;
                                            height: 15px;
                                            margin-left: 92.5px;
                                            margin-top: 32.5px;
                                        }
                                        #dates .markDate{
                                            position: absolute;
                                            bottom: 0px;
                                            width: 200px;
                                            font-family: 'Roboto-Regular';
                                            font-size: 15px;
                                        }
		
		#issues {
/*                        width: 800px;
                        height: 350px;*/
                        width: 100%;
                        height: 450px;
			overflow: hidden;
		}	
			#issues li {
/*				width: 800px;
				height: 350px;*/
				width: 100%;
				height: 450px;
				list-style: none;
				float: left;
			}
				#issues li.selected div.fill {
                                    /* to background image*/
                                    width: 100%;
                                    height: 100%;
                                    background-position: center;
                                    background-size: cover;
				}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
                                    /*width: 100%;*/
					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;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #ffcc00;
					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;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
/*			height: 350px;*/
                        height: 100%;
			position: absolute;
			top: 0;
                        z-index: 10;
		}
			#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;*/
                        bottom: 154px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
                        z-index: 12;
		}
                        #next:hover{
/*				background-position: 0 -76px;*/  
                            background-position: 10px 10px;                            
                        }
			#prev:hover {
/*				background-position: 0 -76px;*/
                            background-position: 10px 10px;
                            
			}
			#next {
				right: 0;
				/*background-image: url('../images/next.png');*/
                                background-image: url('../images/timeline_next.png');
                                background-position: 0px 10px;
                                width: 60px;
                                height: 60px;
			}
			#prev {
				left: 0;
				/*background-image: url('../images/prev.png');*/
                                background-image: url('../images/timeline_previous.png');
                                /*background-position: 10px 0px;*/                                
                                background-position: 20px 10px;
                                width: 60px;
                                height: 60px;
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}