
#timeline-dates {
	background: url('../images/dot.png') left 58px repeat-x;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 60px 0 30px;
	position: relative;
}
 #timeline-dates #dates {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#timeline-dates #dates p{
	display: block;
	margin: 5px auto;
	font-size: 14px;
	width: 100px;
}
#timeline-dates #dates li {
	list-style: none;
	float: left;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
/* two items */

#timeline-dates #dates li:first-child:nth-last-child(2),
#timeline-dates #dates li:first-child:nth-last-child(2) ~ li{
    width: 42%;
}

/* three items */
#timeline-dates #dates li:first-child:nth-last-child(3),
#timeline-dates #dates li:first-child:nth-last-child(3) ~ li{
    width: 32%;
}

/* four items */
#timeline-dates #dates li:first-child:nth-last-child(4),
#timeline-dates #dates li:first-child:nth-last-child(4) ~ li{
    width: 24%;
}
/* five items */
#timeline-dates #dates li:first-child:nth-last-child(5),
#timeline-dates #dates li:first-child:nth-last-child(5) ~ li{
    width: 19%;
}

/* six items */
#timeline-dates #dates li:first-child:nth-last-child(6),
#timeline-dates #dates li:first-child:nth-last-child(6) ~ li{
    width: 16%;
}

/* seven items */
#timeline-dates #dates li:first-child:nth-last-child(7),
#timeline-dates #dates li:first-child:nth-last-child(7) ~ li{
    width: 13%;
}

/* eight items */
#timeline-dates #dates li:first-child:nth-last-child(8),
#timeline-dates #dates li:first-child:nth-last-child(8) ~ li{
    width: 12%;
}

/* nine items */
#timeline-dates #dates li:first-child:nth-last-child(9),
#timeline-dates #dates li:first-child:nth-last-child(9) ~ li{
    width: 11%;
}

/* ten items */
#timeline-dates #dates li:first-child:nth-last-child(10),
#timeline-dates #dates li:first-child:nth-last-child(10) ~ li{
    width: 10%;
}

#timeline-dates #dates span {
	color: #e96301;
	font-size: 22px;
	display: block;
	line-height: 38px;
	padding-bottom: 10px;
}
#timeline-dates #dates .selected {
    font-size: 38px;
}