#timeline a:hover,
#timeline a.selected 
{
	color: #ffcc00;
	text-decoration:none;
}

#timeline .sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
		//width: 800px;
		width: 95%;
		//height: 350px;
		min-height: 300px;
		overflow: hidden;
		margin: 40px auto 0px auto;
		position: relative;
		/* background: url('../images/dot.gif') left 45px repeat-x; */
		background: url('../images/dot.png') left 45px repeat-x;
		padding-bottom: 20px;
	}
		#dates {
			width: 800px;
			height: 70px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 60px;
				font-size: 24px;
				text-align: center;
				/* background: url('../images/biggerdot.png') center bottom no-repeat; */
				background: url('../images/vert-line.png') center 37px no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					//font-size: 20px;
					font-size: 0.853em !important;
					color:#777677;
				}
				#dates .selected {
			        font-size: 28px;
					background: url('../images/circle.png') center bottom no-repeat;
					line-height:50px;
					height: 90px !important;
					text-decoration:none;
				}
				#dates .selected .circle{
			        //font-size: 28px;
					font-size: 1.35em !important;
					background: url('../images/circle.png') center bottom no-repeat;
					line-height:25px;
					height: 65px !important;
				}
		
		#issues {
			//width: 800px;
			min-width: 16800px;
			width:100%;
			//height: 350px;
			min-height: 300px;
			overflow: hidden;
		}	
			#issues li {
				width: 1200px;
				//width:90%;
				height: 350px;
				//min-height: 300px;
				list-style: none;
				float: left;
				
			overflow: hidden;
			}
			#issues li.selected {
				width: 1200px;
				
				min-height: 300px !important;
				border:0px solid red;
				height:auto !important;
			}
				#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 {
					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: 16px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 27px;
					//text-shadow: #000 1px 1px 2px;
					color:#777677;
				}
		
		#grad_left,
		#grad_right {
			//width: 100px;
			width: 70px;
			height: 350px;
			position: absolute;
			top: 40px;
		}
			#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,
			#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;
				}
				
		#issues li .slider-thumbnail
		{
			float:left;
		}
		#issues li .slider-container {
			float: left;
			width: 60%;
			padding-left: 15px;
			color: #777677;
			font-size: 16px;
			line-height: 27px;
		}
		#issues li .slider-container .slider-content
		{
			width: 100%;
			//padding-left: 15px;
			color: #777677;
			font-size: 16px;
			line-height: 27px;
		}
		#issues li .slider-container h4
		{
			color:#777677;
			padding-bottom: 12px;
		}
		
		.timelineshow
		{
			min-height: 450px  !important;
			//overflow: visible !important;
			margin-bottom: 60px  !important;
			
		}
		
		
		.hse
		{
			background:#fff;
		    padding: 0px;
			margin-top:40px;
		}
		.hse #timeline {
		background: #fff !important;		
	}
	.hse #dates li 
	{
		background: #fff;;
	}
		

.mediatimeline #dates li div.circle
{
	line-height: 25px !important;
	margin-top: 25px !important;
	height:40px !important;
}

.mediaslider #issues li .slider-container
{
	margin: auto auto auto 50px;
	width: 90%;
}
.mediaslider #issues li .slider-container
{
	margin-top:50px;
}
.mediatimeline
{
	min-height:100px !important;
	margin-top:0px !important;
}
.mediaslider #issues
{
	margin-bottom:0px;
}
.mediaslider #dates li
{
	background:none !important;
}
.mediaslider
{
	width:100% !important;
}
#issues .all .slider-container .slider-content,#issues .all .slider-container .slider-content p
{
	//font-size:14px;
}

	
		