#timeline_holder {
	overflow: hidden;
	height: 180px;
	position: relative;
	margin: 1em 2em;
}

ul.dl1 {
	width: 10000px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	list-style:none;
	list-style-type:none;
}

ul.dl1 li {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	height: 180px;
	list-style:none;
	list-style-type:none;
	position:relative;
}

ul.dl1 li.li1 a {
	display: block;
	margin-top:2em;
}

ul.dl1 li.li1 a img {
	width: 121px;
	height: 105px;
}

ul.dl1 li.li1 h3 {
	margin: 0;
	text-align: center;
	font-size: 20px;
}

ul.dl1 li.li12 {
	background: #D9D9D9;
	height: 140px;
	width: 0;
	margin-top: 30px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	list-style:none;
	list-style-type:none;
}

ul.dl1 li.li13 {
	background: #D9D9D9;
	height: 140px;
	margin-top: 30px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	list-style:none;
	list-style-type:none;
}

ul.dl2 {
	margin: 15px;
	margin-top: 5px;
	list-style:none;
	list-style-type:none;
	position:relative;
}

ul.dl2 li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 150px;
	width: 100px;
	text-align: center;
	list-style:none;
	list-style-type:none;
	position:relative;
}

ul.dl3 {
	margin: 15px;
	margin-top: 5px;
	height: 130px;
	list-style:none;
	list-style-type:none;
	position:relative;
}

ul.dl3 li {
	float: left;
	width: 100px;
	text-align: center;
	height: auto;
	margin: 5px 10px;
	list-style:none;
	list-style-type:none;
	position:relative;
}

#d_move_left {
	float: left;
	margin-top: 83px;
}

#d_move_right {
	float: right;
	margin-top: 83px;
}

#descPanel {
	text-align:justify;
	margin: 2em auto 0;
	display: none;
}

#descPanel img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

body.rtl #descPanel img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

#desc_arrow {
	background: url(desc_arrow.png);
	position: absolute;
	display: none;
	width: 41px;
	height: 30px;
	top: 170px;
	left: 0;
	margin: 0;
}

#big_photo {
	position: absolute;
	top: 310px;
	height: 350px;
	width: 100%;
	text-align: center;
}

#big_photo_desc {
	width: 100%;
	margin-bottom: 10px;
}

#people {
	list-style-type: none;
	list-style: none;
	width: 600px;
	margin: 0 auto;
	margin-top: -300px;
	height: 400px;
	overflow: auto;
}

#people li {
	list-style-type: none;
	list-style: none;
	float: left;
	margin: 10px;
	text-align: center;
	height: 150px;
	width: 120px;
	position: relative;
}

#people a.name {
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0;
}