/*#navigation .links {
	top: 100%;
}*/

#content {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .main {
	font-family: 'Courier New',Courier,serif;
	margin-right: 0;
	width: 60%;

	left: 0;
	margin-top: -215px;
	position: absolute;
	top: 50%;
}

#content .extra {
	left: 78%;
	margin-top: -5em;
	position: absolute;
	top: 50%;
}

#content .events {
	font-size: .846em;
	position: relative;
	width: 100%;
}

#content .events .event {
	display: none;
	left: -215px;
	margin-left: 50%;
	position: absolute;
	top: 0;
	width: 430px;
}

#content .events .selected {
	display: block;
	height: 1px;
}

#content .events dt {
	float: left;
}

#content .events .item {
	position: absolute;
	width: 155px;
}

#content .events .item .date {
	margin-bottom: -.1em;
}

#content .events .item_main {
	left: -129px;
	margin-left: 50%;
	top: 100px;
	width: 258px;
}

#content .events .item p {
	line-height: 1.5;
	margin: .25em 0 .5em;
}

#content .events .item .date {
	color: #999;
	line-height: normal;
}

#content .events .item img {
	cursor: pointer;
}

#content .events .item .pseudo,
#content .events .item a {
	color: #000;
}

#content .events .item .pseudo {
	border-bottom: 1px solid;
}

#content .events .item .pseudo:hover {
	border-bottom: 0;
}

#content .circle {
	height: 430px;
	margin: 0 auto;
	position: relative;
	width: 430px;
}

#content .events .icon_arrow_event {
	left: -8px;
	margin-left: 50%;
	top: 30px;
}


/**
 * Back Pictures
 */
.back_pictures {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.back_pictures .fade {
	background: #fff;
	display: block;
	filter: alpha(opacity=85);
	height: 100%;
	left: 0;
	opacity: .85;
	position: absolute;
	top: 0;
	width: 100%;
}

.back_pictures img {
	display: none;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}

.back_pictures img.selected {
	display: block;
}

#layout.light .back_pictures .fade {
	display: none;
}


/**
 * Back Main
 */
.back_main {
	bottom: 0;
	clear: both;
	left: 25%;
	padding: 0 0 1.5em;
	position: absolute;
	width: 50%;
	z-index: 1;
}

.back_pictures .back_main {
	display: none;
}

.back_main .container {
	float: left;
	margin-left: 50%;
	position: relative;
}

.back_main .pictures {
	float: left;
	margin-left: -50%;
}

.back_main .picture {
	float: left;
	margin: 0 2px 0 1px;
	position: relative;
	width: 35px;
}

.back_main .picture .pseudo {
	border: 0;
	display: block;
	padding: 3px;
	position: relative;
}

.back_main .picture .pseudo img {
	display: block;
}

.back_main .picture .pseudo .icon {
	display: none;
}

.back_main .picture .description {
	background: #fff;
	display: none;
	left: 0;
	position: absolute;
	bottom: 47px;
	width: 23.5em;
}

.back_main .picture .description p {
	font-size: .6875em;
	padding: .5em 1em;
}

.back_main .picture .description .icon {
	left: 17px;
	top: 100%;
}

.back_main .pictures .selected .pseudo img {
	filter: alpha(opacity=50);
	opacity: .5;
}

.back_main .pictures .selected .pseudo {
	border: 1px solid #656565;
	padding: 2px;
}

.back_main .pictures .selected .pseudo .icon {
	display: block;
	left: 7px;
	top: 3px;
}

#layout.light .back_main .pictures .selected .description {
	display: block;
}

#layout.light .back_main .pictures .selected .pseudo {
	border-color: #000;
}

#layout.light .back_main .pictures .selected .pseudo img {
	filter: alpha(opacity=100);
	opacity: 1;
}

#layout.light .back_main .pictures .selected .pseudo .fade {
	background: #fff;
	display: block;
	filter: alpha(opacity=50);
	height: 22px;
	left: 2px;
	opacity: .5;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 29px;
}


/**
 * Enter Strelka
 */
#content .enter_strelka {
	font-size: .923em;
	padding: 0 0 30px;
	text-align: center;
}

#content .enter_strelka a {
	color: #000;
}


/**
 * Become
 */
#content .become {
	font-size: .923em;
	/*padding-top: 190px;*/
	overflow: hidden;
	padding-top: 25px;
	position: relative;
	text-align: center;
	/*width: 12.3em;*/
}

body.en #content .become {
	height: 3.5em;
	padding-top: 0;
	white-space: nowrap;
}

#content .become img {
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

body.en #content .become img {
	left: 0;
	margin-left: 0;
	position: static;
}

#content .become a {
	color: #000;
}

body.en #content .become .bl,
body.en #content .become .bc,
body.en #content .become .br {
	display: block;
	position: absolute;
	top: 1.5em;
}

body.en #content .become .bl {
	margin-right: 30px;
	right: 50%;
	text-align: right;
	width: 10em;
}

body.en #content .become .br {
	left: 50%;
	margin-left: 30px;
	text-align: left;
	width: 10em;
}

body.en #content .become .bc {
	left: 50%;
	margin-left: -15px;
}


/**
 * Programme
 */
#content .programme {
	margin-top: 3em;
}
