.skin-cko2.document-widgets .els-body {
    margin-top: 290px;
}

.ui-sortable-disabled #subjectsBannerBlock-box {
	display: none;
}

.document-widgets .subjects-banner {
	display: block;
	position: absolute;
	left: 0;
	top: 34px;
	width:100%;
	height: 460px;
}

.subjects-banner ul li {
	height: 460px;
}

.unslider-nav {
    position: absolute;
    right: 55px;
    top: 390px;
	z-index: 2;
}

.subjects-banner li {
	background-position: top left;
	background-repeat: no-repeat;
}
.subjects-banner-item-text {
	position: relative;
	top: 125px;
	left: 50px;
	z-index: 2;
	width: 40%;
}
.unslider-inversed .subjects-banner-item-text a:link,
.unslider-inversed .subjects-banner-item-text a:active,
.unslider-inversed .subjects-banner-item-text a:visited,
.unslider-inversed .subjects-banner-item-text span {
	color: white;
	text-shadow: black 1px 1px 1px;
}
.unslider-inversed input[type="button"] {
	background: #eee none !important;
	color: #222 !important;
	opacity: .8;
}

.subjects-banner li a {
	display: block;
	font-family: Arial, sans-serif;
    font-size: 3.333em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
	text-decoration: none;
    max-height: 135px;
}
.subjects-banner li span{
	display: block;
	font-family: Arial, sans-serif;
    font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #777;
	margin-top: 12px;
    max-height: 54px;
}
.subjects-banner li input{
	opacity: 0.4;
	padding: 10px 15px;
	border-radius: 5px;
	/*border-color: #fff;*/
	/*border-width: 1px;*/
	color: #fff;
	font-size: 1.5em;
    position: absolute;
    top: 200px;
}
#authorization {
	z-index: 3; /*иначе курсы пролетают над открытой формой*/
}