.b-header {
	 height: 122px;
 }

.b-logo {
	top: 0;
	width: 612px;
	height: 164px;
	background: url('../images/birthday/bg-logo.png?r=0') no-repeat;
}

	.b-logo img {
		width: 425px;
		height: 164px;
		margin-top: 4px;
	}

.b-play-btn {
	right: 2px;
	width: 464px;
	height: 166px;
}

.b-col-cont {
	position: relative;
	z-index: 2;
}

.b-news-item {
	position: relative;
	z-index: 2;
	min-height: 190px;
}

.b-news-item_inside {
	min-height: 1px;
}

.b-divider-4  {
	position: relative;

	//zoom: expression( 
		this.runtimeStyle.zoom = '1',
		this.appendChild(document.createElement('span')).className = 'after'
	);
}

.b-divider-4 .after,
.b-divider-4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 300px;
	height: 92px;
	background: url('../images/birthday/bg-divider-4.png') no-repeat;
}