/* Menu style */
#timeline{width:607px;height:465px;margin:20px auto 0 auto;position:relative;background:url('../images/licbg.png') 3px bottom repeat-x;}
#dates{width:607px;margin-top:20px;overflow:hidden;}
#dates li{float:left;  width:94px;height:80px;font-size:16px;text-align:center; padding: 10px 0 0 0;}
#dates a{color:#333;width:94px;height:90px;line-height:130px;display:block;}
#dates .selected{font-size:18px;font-weight:bold;background:url(../images/cli_icon_2.png) no-repeat center top;}
#issues{width:607px;height:390px;overflow:hidden;}
#issues li{width:607px;height:390px;list-style:none;float:left;background: url(../images/cli_yer_bg.png) center top no-repeat;}
#issues li img{text-align:center;display:block; margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;top:200px;text-align:center;line-height:100px;overflow:hidden;color:#713611;}
#next{right:50%;margin-right:-400px;}
#prev{left:50%;margin-left:-400px;}
#next.disabled,#prev.disabled{opacity:0.2;}
#issues .text{
	width:457px;
	height:300px;
	padding: 90px 50px 0 100px;
	float: left;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
#timeline{
	width: 100%;
	background: none;
	overflow: hidden;
}
#dates{
	width: 100%;
	display: none;
}
#issues li{
	width: 100%;
	max-width: 300px;
}
#issues .text{
	width: 90%;
	padding: 90px 5% 0 5%;
}
#next, #prev{
	font-size: 50px;
	width: 
}
#next{
	right: 0;
	margin-right: 0;
}
#prev{
	left: 0;
	margin-left: 0;
}
}