.animation_wrapper {
	position: absolute;
	top: 132px;
	left: 50%;
	margin-left: -400px;
  width: 800px;
}

.animation_wrapper .special_block {
    height: 405px;
    position: static !important;
}

.animation_wrapper .special_block .block_inner {
    position: relative;
}

.animation_wrapper .special_block .block_inner .animation {
    background: url("animation.jpg") 0 0 no-repeat;
    height: 405px;
		left: 50%;
		margin-left: -410px;
    position: absolute;
    top: 0;
    width: 850px;
}

