.block_home_slider {
	position: relative;
	background-color: #f4f4f4;
}
@keyframes textSlide {
	0% { top: 0; opacity: 0; filter: alpha(opacity=0); }
	100% {top: 80px; opacity: 1; filter: alpha(opacity=100); }
}
@-webkit-keyframes textSlide {
	0% { top: 0; opacity: 0; filter: alpha(opacity=0); }
	100% {top: 80px; opacity: 1; filter: alpha(opacity=100); }
}
@-o-keyframes textSlide {
	0% { top: 0; opacity: 0; filter: alpha(opacity=0); }
	100% {top: 80px; opacity: 1; filter: alpha(opacity=100); }
}
@-moz-keyframes textSlide {
	0% { top: 0; opacity: 0; filter: alpha(opacity=0); }
	100% {top: 80px; opacity: 1; filter: alpha(opacity=100); }
}
@keyframes imgSlide {
	0% {  bottom: 0; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 82px; opacity: 1; filter: alpha(opacity=100); }
}
@-webkit-keyframes imgSlide {
	0% {  bottom: 0; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 82px; opacity: 1; filter: alpha(opacity=100); }
}
@-o-keyframes imgSlide {
	0% {  bottom: 0; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 82px; opacity: 1; filter: alpha(opacity=100); }
}
@-moz-keyframes imgSlide {
	0% {  bottom: 0; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 82px; opacity: 1; filter: alpha(opacity=100); }
}
.block_home_slider .slide { display: block; position:relative; height: 735px; }
.block_home_slider .slides li { position: relative; height: 735px; }
.block_home_slider .slides li .text { position: absolute; top: 0; left: 50%; width: 554px; height: 107px; margin-left: -277px; opacity: 0; filter: alpha(opacity=0);
 -webkit-animation: textSlide 1.6s; -moz-animation: textSlide 1.6s; -o-animation: textSlide 1.6s; animation: textSlide 1.6s; }
.block_home_slider .slides li .img { position: absolute; bottom: 0; left: 50%; margin-left: -415px; width: 829px; height: 414px; opacity: 0; filter: alpha(opacity=0);
 -webkit-animation: imgSlide 1.6s; -moz-animation: imgSlide 1.6s; -o-animation: imgSlide 1.6s; animation: imgSlide 1.6s; }
.block_home_slider .slides li .text,.block_home_slider .slides li .img { -webkit-transition: 1.6s; -ms-transition: 1.6s; -moz-transition: 1.6s; -o-transition: 1.6s; transition: 1.6s; }
.block_home_slider .slides li.flex-active-slide .text { top: 80px; opacity: 1; filter: alpha(opacity=100); }
.block_home_slider .slides li.flex-active-slide .img { bottom: 82px; opacity: 1; filter: alpha(opacity=100); }

.block_home_slider .flex-direction-nav a { width:53px; height:102px; margin-top:-51px; display:block; position:absolute; top:50%; text-indent:-9000px; opacity: 0.5; filter: alpha(opacity=50); }
.block_home_slider .flex-direction-nav a:hover { opacity: 1; filter: alpha(opacity=100); }
.block_home_slider .flex-direction-nav a.flex-prev { left:100px; background: url(../images/index_10.png) no-repeat center;}
.block_home_slider .flex-direction-nav a.flex-next { right:100px; background: url(../images/index_13.png) no-repeat center;}