/**
 * Layout
 */
body {
	background: #000;
	color: #fff;
}

.main_navigation {
	z-index: 2;
}


/**
 * Header
 */
.header {
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/**
 * Logo
 */
.header .logo {
	float: left;
	padding-bottom: 0;
}


/**
 * Content
 */
.main_content {
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main_content .main {
	font-size: 1em;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main_content .extra {
	padding: 0;
	position: absolute;
	width: 17em;
}

.scroll-block {
	position: absolute;
	padding: 0;
}

.main_content .main h1 {
	font-size: 3em;
	padding-left: 0;
	width: 100%;
}

.main_content .picture {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main_content .picture img {
	cursor: move;
	display: block;
}

.main_content .icon_square_left,
.main_content .icon_square_right {
	top: 50%;
}

.main_content .icon_square_left {
	left: 0;
}

.main_content .icon_square_right {
	left: auto;
	right: 0;
}

.main_content .notice {
	font-size: .6875em;
	font-style: italic;
	position: absolute;
}

.main_content .notice .t {
	bottom: .2em;
	left: -4.5em;
	position: absolute;
}

.main_content .notice .line {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.main_content .notice svg {
	display: block;
	position: absolute;
}

.main_content .notice .journal {
	background: url(/files/i/journal.png) no-repeat;
	display: block;
	height: 222px;
	left: 60px;
	position: absolute;
	top: -10px;
	width: 185px;
}

/*
 * Photogallery
 */

.scroller-content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
}

.scroller-panel {
	position: relative;
	width: 95%;
}

.scroller-controls {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	z-index: 1;
}

.scroller-controls-column {
	position: relative;
	top: 6px;
	height: 100%;
	background: url(/files/i/content-scroller.png) 0 0 repeat-y;
}

.scroller-controls-top,
.scroller-controls-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 6px;
	background: url(/files/i/content-scroller.png) -12px 0 no-repeat;
	cursor: pointer;
}

.scroller-controls-bottom {
	top: auto;
	bottom: 0;
	background-position: -12px -6px;
}

.scroller-controls-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 167px;
	background: url(/files/i/content-scroller.png) -6px 0 no-repeat;
	cursor: pointer;
}

.main_content .scroll-block h3 {
	text-transform: none;
	font-weight: normal;
	font-size: 1.2em;
}

.main_content .scroll-block h3 .gray {
	color: #adadad;
	font-size: 0.6em;
}

.main_content .scroller-panel {
	font-size: 0.75em;
}

.main_content .scroller-panel em {
	font-size: 1.15em;
	color: #9a8f52;
	font-style: normal;
}

.main_content .scroller-panel h3 {
	font-size: 1.325em;
}