.newsBlock {
	position: relative;
	background: url(../../i/news/news-gr.png) repeat-x;
	}
	.newsBlock a{
	   text-decoration: none;
    }
    .newsBlock a:hover{
        color: #04458f;
    }  
    .newsBlock > before,
	.newsBlock:before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		margin-left: -575px;
		width: 1150px;
		height: 20px;
		background: url(../../i/footer/footer-sh.png) no-repeat center;
		content: '';
		}
		.newsBlockInner {
			position: relative;
			z-index: 2;
			margin: 0 auto;
			padding: 22px 0 55px;
			width: 1000px;
			}
			.newsBlock__left {
				position: relative;
				float: left;
				padding: 0 36px 0 18px;
				width: 526px;
				background: url(../../i/news/news-left-sh.png) no-repeat right center;
				}
				.newsBlock__header {
					padding-bottom: 13px;
					margin-bottom: 23px;
					border-bottom: 1px solid #b7b7b7;
					font-size: 22px;
					font-family: 'DINPro_Regular', Arial;
					}
				.newsBlock__left .anythingSlider {
					height: 200px !important;
					}
			.newsBlock__right {
				float: left;
				padding-left: 13px;
				width: 390px;
				}