* {
	margin: 0;
	padding: 0;
}




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

	#timeline {
		width: 100%;
		height: 3200px;
		overflow: hidden;
		position: relative;
		background: url('/samuraiblue/worldcup2018_final_q/img/photo/timeline.png') 50% 40px no-repeat;
		margin: 0 auto 20px;
	}
		#dates {
			width: 320px;
			height: 90px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 80px;
				height: 60px;
				font-size: 18px;
				text-align: center;
				background: url('/samuraiblue/worldcup2018_final_q/img/photo/biggerdot.png') center 35px no-repeat;
				font-family: Georgia, serif;
			}
			#dates li.dot1998 {
				background: url('/samuraiblue/worldcup2018_final_q/img/photo/dot1998.png') center 33px no-repeat;
			}

				#dates a {
					line-height: 24px;
					padding-bottom: 10px;
					color: #f00 !important;
				}
				#dates .selected {
			        font-size: 24px;
				}

		#issues {
			width: 100%;
			overflow: hidden;
		}
			#issues > li {
				width: 318px;
				height: 5200px;
				list-style: none;
				float: left;
			}
				#issues > li.selected img {
					-webkit-transform: scale(1,1);
					-moz-transform: scale(1,1);
				    -o-transform: scale(1,1);
				    -ms-transform: scale(1,1);
				    transform: scale(1,1);

				}
				#issues > li img {
					float: left;
					margin: 0;
					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 */

				}

				#container .section-block #issues > li h4 {
    font-size: 16px;
    margin: 10px 0;
    border-bottom: none;
    border-left: none;
    background: none;
		color: #333;
    padding: 0;
		line-height: 20px;

}
				#issues > li > p {
					font-size: 14px;
					font-weight: normal;
					line-height: 18px;
					color: #333;

				}

		#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: 32px;
	    width: 12px;
	    height: 16px;
	    background-position: 0 0;
	    background-repeat: no-repeat;
	    text-indent: -9999px;
	    overflow: hidden;
	}
			#next:hover,
			#prev:hover {
				background-position: 0 -20px;
			}
			#next {
				right: 0;
				background-image: url('/samuraiblue/worldcup2018_final_q/img/photo/next.png');
			}
			#prev {
				left: 0;
				background-image: url('/samuraiblue/worldcup2018_final_q/img/photo/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				.result{
					float: left;
					margin: 0 4%;
				}
