.toggle_title{
	background: url(img/down.png) no-repeat;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: -50px 0px 18px 373px;

}
.toggle_active{
	background: url(img/up.png) no-repeat;

}
.toggle_content{
	background: #2f1538 url('http://nebesnayaliga.ru/wp-content/themes/nevada/images/timeline/bg_sky.png') no-repeat bottom left;
	color: #515151;
	border-left: 1px solid #704b7d;
	border-bottom: 1px solid #704b7d;
	border-right: 1px solid #704b7d;
	width: 778px;
	overflow: auto;
}