div.firms_box {
	position: absolute;
	z-index: 0;
	height: 38px;
	bottom: 0;
	left: 0;
	right: 0;
}

a.link_firms_arrow {
	display: block;
	width: 15px;
	position: absolute;
	z-index: 0;
	top: 0;
	height: 38px;
}

a.link_firms_arrow.arrow_left {
	left: 0;
}

a.link_firms_arrow.arrow_right {
	right: 0;
}

div.firms_screen {
	height: 38px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}

div.firms_item {
	width: 160px;
	position: absolute;
	top: 0;
	overflow: hidden;
	left: 960px;
}

div.firms_item:nth-of-type(1) {
	left: 0;
}

div.firms_item:nth-of-type(2) {
	left: 160px;
}

div.firms_item:nth-of-type(3) {
	left: 320px;
}

div.firms_item:nth-of-type(4) {
	left: 480px;
}

div.firms_item:nth-of-type(5) {
	left: 640px;
}

div.firms_item:nth-of-type(6) {
	left: 800px;
}

a.link_firms_image {
	display: block;
	text-align: center;
}

a.link_firms_image img {
	vertical-align: middle;
}


div.slides_box {
	position: relative;
	z-index: 0;
}

div.slides_screen {
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

div.slides_item {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 1000px;
	height: 445px;
	display: none;
}

div.slides_item.active {
	z-index: 1;
	display: block;
}

div.slides_selectors {
	position: absolute;
	z-index: 10;
	left: 20px;
	right: 20px;
	bottom: 15px;
	height: 74px;
	font-size: 0;
	white-space: nowrap;
	text-align: center;
	
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

a.link_slides_selector {
	display: inline-block;
	width: 192px;
	height: 74px;
	font: bold 14px/1.3 arial, sans-serif;
	color: #BDBDBD;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(81, 40, 18, 0.6);
	text-align: left;
	padding: 18px 21px 0;
	vertical-align: top;
}

a.link_slides_selector.active,
a.link_slides_selector.active span {
	color: #fff;
}

a.link_slides_selector span {
	font: 11px/1.3 arial, sans-serif;
	text-transform: uppercase;
	color: #BDBDBD;
}

span.slides_sep {
	display: inline-block;
	width: 1px;
	height: 74px;
	vertical-align: top;
	
	background: rgba(255, 255, 255, 0.2);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
}

div.home_banners {
	display: table;
	width: 100%;
	padding: 22px 0;
	border-bottom: solid #d8d8d8 1px;
}

a.link_home_banners {
	display: block;
}

a.link_home_banners.left_banner {
	float: left;
}

a.link_home_banners.right_banner {
	float: right;
}

div.padding_home {
	padding: 20px 0 70px;
	position: relative;
}

.footer_small_banners {
	padding: 22px 0;
	border-top: solid #d8d8d8 1px;
	margin: 28px 0 0 0;
}

.footer_small_banners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_small_banner {
	float: left;
	margin-right: 35px;
}

.footer_small_banner.last {
	float: right;
	margin: 0;
}

.clear {
	clear: both;
}

.banner_composition_row {
	margin-bottom: 20px;
}

.banner_composition {
	width: 490px;
	float: left;
}

.banner_composition.one_cell {
	width: 100%;
	display: block;
}

.banner_composition:first-child {
	margin-right: 20px;
}

.banner_composition.one_cell:first-child {
	margin-right: 0;
}

.banner_composition.one_cell a {
	float: left;
}

.banner_composition.one_cell a:first-child {
	margin-right: 20px;
}

.banner_composition.small_banners a:first-child {
	margin-bottom: 25px;
}

.long_banner.shadow_banner:after, .shadow_banner.long_banner:before {
	bottom: 8px;
}