#timeline {
	width: 1100px;
	/*height: 500px;*/
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	/*background: url('../../images/dot.png') left 45px repeat-x;*/
}
#timeline:before {
	width: 92%;
	height: 1px;
	content:"";
	background:#999999;
	position:absolute;
	top:45px;
	left:0;
	right:0;
	margin:0 auto;
}
#dates {
	width: 1100px;
	height: 55px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 120px;
	height: 50px;
	font-size: 14px;
	color: #000;
	font-family: 'montserratregular', Helvetica, Arial, sans-serif;
	text-align: center;
	/*background: url('../../images/biggerdot.png') center bottom no-repeat;*/
}
#dates a {
	color: #999;
	line-height: 38px;
	padding-bottom: 10px;
	position:relative;
}
#dates a:after {
	width:14px;
	height:14px;
	background:#999999;
	position:absolute;
	content:"";
	bottom:-13px;
	left:0;
	right:0;
	margin:0 auto;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#dates a.selected:after {
	background:#f89d1b;
}
#dates .selected {
	/*font-size: 20px;*/
	color: #000;
}
#issues {
	width: 1100px;
	overflow: hidden;
}	
#issues li {
	width: 1100px;
	/*height: 400px;*/
	margin: 30px 0 0 0;
	/* height: 350px; */
	list-style: none;
	float: left;
	font-size: 14px;
	font-family: 'montserratregular', Helvetica, Arial, sans-serif;
}
#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 h4 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
}*/
#issues li h5 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 22px;
	font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
	text-transform: inherit;
	font-weight: normal;
}
#issues li p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	line-height: 24px;
}
#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}
#next,
#prev {
	float:left;
	position: absolute;
	font-size: 12px;
	top: 30px;
	width: 30px;
    height: 30px;
	background: #e1e1e1;
	text-indent: -9999px;
	overflow: hidden;
	text-transform: uppercase;
	border:sold 1px #000;
}





a#next,
a#prev {
	color: #999;
}
a#next:hover,
a#prev:hover {
	color: #000;
}
#next {
	right: 0;
	padding: 0;
	background: url(../../images/right-arrow-icon.png) no-repeat #e1e1e1;
}
#prev {
	left: 0;
	background: url(../../images/left-arrow-icon.png) no-repeat #e1e1e1;
}
#next:hover {
	background: url(../../images/right-arrow-icon.png) no-repeat #f99d1c;
}
#prev:hover {
	background: url(../../images/left-arrow-icon.png) no-repeat #f99d1c;
}
#next.disabled,
#prev.disabled {
	opacity: 0;
}


#issues li .col50 {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 20px;
	color: #000;
	font-size: 14px;
	font-family: 'montserratregular', Helvetica, Arial, sans-serif;
	text-align: left;
}
dl.medialist {
	margin: 0;
	padding: 0;
}
dl.medialist dd {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(../../images/bullet.png) no-repeat 0 15px;
	border-bottom: solid 1px #b7b7b7;
}
dl.medialist dd a.download {
	display: block;
	margin: 0;
	padding: 0 40px 10px 0;
	color: #000;
	text-decoration: none;
	background: url(../../images/download.png) no-repeat 99% 5px;
}
dl.medialist dd:last-child {
	border-bottom: none;
}
.accrow {
	margin: 20px 0 30px 0;
	padding: 10px 0;
	border-top: solid 1px #b7b7b7;
}
.accrow dl {
	margin: 0;
	padding: 0;
}
.accrow dl dd {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(../../images/bullet.png) no-repeat 0 15px;
	border-bottom: solid 1px #b7b7b7;
}
.accrow dl dd:last-child {
	border-bottom: none;
}


/*
@media (min-width: 1001px) and (max-width: 1280px) {
	
	#timeline {
		width: 950px;
	}
	#dates {
		width: 950px;
	}
	#issues {
		width: 950px;
	}	
	#issues li {
		width: 950px;
	}
	
}

@media (min-width: 701px) and (max-width: 1000px) {
	
	#timeline {
		width: 700px;
	}
	#dates {
		width: 700px;
	}
	#issues {
		width: 700px;
	}	
	#issues li {
		width: 700px;
	}
	
}


@media (min-width: 601px) and (max-width: 700px) {
	#timeline {
		width: 600px;
	}
	#dates {
		width: 600px;
	}
	#issues {
		width: 600px;
	}	
	#issues li {
		width: 600px;
	}
}
*/


/*
@media (min-width: 501px) and (max-width: 600px) {
	#timeline {
		width: 500px;
	}
	#dates {
		width: 500px;
	}
	#issues {
		width: 500px;
	}	
	#issues li {
		width: 500px;
	}
}
*/

@media only screen and (max-width: 1199px) {
	#timeline {
		width: 920px;
	}
	#dates {
		width: 1000px;
	}
	#issues {
		width: 1000px;
	}	
	#issues li {
		width: 1000px;
	}
}


@media only screen and (max-width: 1023px) {
	#timeline {
		width: 650px;
	}
	#dates {
		width: 650px;
	}
	#issues {
		width: 650px;
	}	
	#issues li {
		width: 650px;
	}
	
/*---- Start History Page ---------------*/
	#dates li {
		width: 80px;
	}
/*---- End History Page -----------------*/
}


@media only screen and (max-width: 767px) {
	/*#issues li .col50 {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}*/

	#timeline {
		width: 550px;
	}
	#dates {
		width: 550px;
	}
	#issues {
		width: 550px;
	}	
	#issues li {
		width: 550px;
		margin: 20px 0 0 0;
	}
	
/*---- Start History Page ---------------*/
	#dates li {
		width: 60px;
		font-size: 13px;
	}
/*---- End History Page -----------------*/
}

/*
@media only screen and (max-width: 480px) {
	#timeline {
		width: 430px;
		height: 500px;
		overflow: hidden;
	}
	#dates {
		width: 430px;
		height: 55px;
		overflow: hidden;
	}
	#issues {
		width: 430px;
		overflow: hidden;
	}	
	#issues li {
		width: 430px;
		height: 400px;
		overflow: auto;
	}
}*/


@media only screen and (max-width: 599px) {
	#timeline {
		width: 420px;
	}
	#dates {
		width: 420px;
	}
	#issues {
		width: 420px;
	}	
	#issues li {
		width: 420px;
	}
}


@media only screen and (max-width: 479px) {
	#timeline {
		width: 290px;
	}
	#dates {
		width: 290px;
	}
	#issues {
		width: 290px;
	}	
	#issues li {
		width: 290px;
	}
}