@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


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;
}

	#timeline {
		width: 800px;
		height: auto;
		overflow: hidden;
		margin: 40px 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; text-decoration:none; color:#666;
				}
		
				#dates a:hover { color:#D64600; text-decoration:none;}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 800px;
			height: auto;
			overflow: hidden;
		}	
			#issues li {
				width: 800px;
				height: auto;
				list-style: none;
				float: left;
				margin-top:15px;
				 background-image:url(yg_bg.jpg) ; background-repeat:no-repeat;
			}
				#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);
					margin-bottom:30px;
					border:1px solid #CCC;
					width:220px; height:175px;box-shadow:0 0 10px #ccc; background-image:url(h-bg.jpg); background-repeat:no-repeat;

				}
				#issues li img {
					float: left;
					margin: 10px 0px 30px 34px;
					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);
					margin-bottom:30px;
				}
				#issues li h1 {
					color: #D64600;
					font-size: 48px;
					margin: 5px 0; float:left; height:
					text-shadow: #000 1px 1px 2px; width:150px;
				}
				#issues li p {
					font-size: 14px; height:150px;
					font-weight: normal; width:500px; float:left;
					line-height: 22px; color:#666;text-shadow:none;
					 
				
				
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 200px;
		}
			#grad_left {
		        left: 0;
		       
			}
			#grad_right {
		        right: 0;
		       
			}
		
		#next,
		#prev {
			position: absolute;
			top: 340px;
			font-size: 70px;
			top: 315px;
			width: 22px;
			height: 38px;
			background-position: 0px -38px;
			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;
				}