.navigation_pathline {
	font-size: 87%;
	color: #323232;
	text-align: center;
	padding: 1em 0 0;
}

.navigation_pathline a {
    color: #323232;
}

.navigation_title {
	font-size: 3em;
	font-family: Flai, Georgia, Times, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: -0.2em;
	letter-spacing: 2px;
}

.navigation_subtitle {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #505050;
	margin: 0.5em 0 0.2em;
	font-variant: normal;
}

.info_box {
	border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #f1f0ec;
	padding: 1em 3em;
}

.S_box {
    height: 450px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.S_wrap {
    height: 450px;
    /*width: 100%;/**/
    /*position: relative;
    /*overflow: auto;/**/
    position: absolute;
    background: #000;

}
/*.main_photoset_wide .S_box,
.main_photoset_wide .S_wrap,*/
#decorated_page .S_box,
#decorated_page .S_wrap {
    height: 350px;
}
.S_frame {
    margin: 0 auto;
}

.S_frame td {
    padding: 10px 10px;
    vertical-align: top;
}
.S_scrollbox {
    margin: 0px 150px 0 150px;
    height: 17px;
    position: relative;
    background: url('/bitrix/templates/bt_persons/images/scroller.png') 0 -39px repeat-x;
}
.S_bar {
    margin: 0 50px;
    height: 17px;
    position: relative;
}
.S_scroller {
    width: 0px;
    height: 0px;
    position: absolute;
}
    .S_scroller_el {
        width: 90px;
        height: 80px;
        margin: -38px 0 0 -45px;
        position: absolute;
        xbackground: #ccc;
        background: url('/bitrix/templates/bt_persons/images/scroller.png') 0 -80px no-repeat;
        cursor: e-resize;

    }
    #decorated_page .S_scroller_el {
        background-position: 0 -160px;
    }

    .S_left,
    .S_right {
        width: 20px;
        height: 17px;
        margin: 0px 0 0;
        position: absolute;
        cursor: pointer;
        cursor: hand;
        background: url('/bitrix/templates/bt_persons/images/scroller.png') 0 0 no-repeat;
    }
    .S_left {
        left: 133px;
        background-position: -90px -80px;
    }
    #decorated_page .S_left {
        background-position: -90px -160px;
    }
    .S_right {
        right: 133px;
        background-position: -90px -97px;
    }
    #decorated_page .S_right {
        background-position: -90px -177px;
    }

.main_photoset__item_image {
    margin-bottom: 10px;
}

.main_photoset__item_description {
    color: #aaa;
    font-size: 70%;
    line-height: 1.3em;
    /*max-width: 14em;/**/
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.photoset_wrap {
    margin-bottom: 50px;
}
