/* timeline */

/*#slider {
	background: url('../../images/skin/default/timeline_background.png');
	height: 41px;
	margin: 43px 0 81px;
	position: relative;
	width: 100%;
}
#handle {
	cursor: move;
	height: 41px;
	position: absolute;
}
#timeline {
	height: 21px;
	margin-top: 10px;
}
#timeline .year {
	float: left;
	height: 21px;
	position: relative;
	width: 100px;
}
#timeline .circle { float: left; }
#timeline .even .circle {
	background: url('../../images/skin/default/timeline_year_small.png');
	height: 11px;
	margin-top: 5px;
	width: 11px;
}
#timeline .decade .circle {
	background: url('../../images/skin/default/timeline_year_large.png');
	height: 21px;
	width: 21px;
}
#timeline .number { position: absolute; }
.csstransforms #timeline .number {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#timeline .even .number { font-size: 16px; }
.csstransforms #timeline .even .number {
	bottom: -25px;
	left: -36px;
}
.no-csstransforms #timeline .even .number {
	bottom: -22px;
	left: -13px;
}
#timeline .decade .number { font-size: 24px; }
.csstransforms #timeline .decade .number {
	bottom: -36px;
	left: -44px;
}
.no-csstransforms #timeline .decade .number {
	bottom: -34px;
	left: -14px;
}
#timeline .tooltip {
	background: url('../../images/skin/default/timeline_tooltip.png');
	font-size: 12px;
	height: 43px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: -53px;
	width: 73px;
}
#timeline .tooltip.active {
	background-position: -73px 0;
	color: #fff;
}
#timeline .tooltip a {
	height: 35px;
	left: 0;
	position: absolute;
	top: 0;
	width: 73px;
}
#timeline .tooltip { left: -31px; }
#timeline .decade .tooltip { left: -26px; }*/

/* history */

#gallery.history .image {
	margin: 44px 35px 0 0;
	overflow: hidden;
	width: 200px;
}
#gallery.history .info,
#gallery.history .descr { width: 417px; }
#gallery.history .descr.full { width: 652px; }
.sidebarHistory li {
	cursor: pointer;
	margin-bottom: 15px;
}