	#timeline {
		width: 750px;
		height: auto;
		overflow: hidden;
		position: relative;
		background: url('../images/pontilhado.png') left 54px repeat-x;
	}
		#dates {
			/*width: 750px !important;*/
			height: 100px;
			overflow: hidden;
		}
		#dates a {
			color: #fff;
			font-size:20px;
			font-weight:bold;
			text-decoration: none;
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-o-transition: 0.5s;
			-ms-transition: 0.5s;
			transition: 0.5s;
			
		}
		#dates	a:hover{ color:#C71110;}
		/*#dates	a:hover,*/ #dates	a.selected {
				background: url('../images/circle_on.png') center center no-repeat;
				padding:21px;
				color:#fff;
			}

			#dates li {
				/*list-style: none;
				float: left;
				width: 100px;
				height: 78px;
				font-size: 24px;
				text-align: center;
				background: url('../images/circle_off.png') center center no-repeat;*/
				list-style: none;
				float: left;
				width: 100px;
				height: 78px;
				font-size: 24px;
				text-align: center;
				background: url('../images/circle_off.png') 14px 15px no-repeat;
				padding-top: 36px;
				padding-left:3px;
			}
		
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 26px;
					
				}
		
		#issues {
			width: 800px;
			height: auto;
			overflow: hidden;
		}	
			#issues li {
				width: 750px;
				height: auto;
				list-style: none;
				float: left;
				background:url('../images/bgTimeline.jpg') 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);
				}
				#issues li img {
					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 .left{float:left;}
				#issues li .right{float:right; padding-right:20px;}
				
				#issues li h1 {
					color: #666;
					font-size: 18px;
					margin-left:26px;
				}
				#issues li p {
					font-size: 12px;
					margin-right: 30px;
					font-weight: normal;
					text-align:justify;
					margin-left:26px;
					color: #666666;
				}
		
		#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{
				background-image: url('../images/next_hover.png');
			}
			#prev:hover {
				/*background-position: 0 -76px;*/
				background-image: url('../images/prev_hover.png');
			}
			#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;
					
				}