/* HOME NEWS SLIDER */
#foucs { min-height: 760px; overflow :hidden; position: relative;}
#foucs .main{ display: none; cursor: pointer}
#foucs .element{ display: none; position: absolute;}

#foucs .btn-slide { position: absolute; z-index: 999; left: 50%; top: 0; margin-left: -298px; width: 600px; height: 0; background-color: none;}
#foucs .navi { opacity: 0; display: block; width: 60px; height: 60px; line-height: 99em; overflow: hidden; background:url(../images/btnNews.png) no-repeat; top:270px; transition: opacity ease-in 0.6s;}
#foucs:hover .left, #foucs:focus .left,
#foucs:hover .right, #foucs:focus .right { opacity: 1;}

#foucs .left { left: 2px; background-position: 0 0;}
#foucs .left:hover{ background-position: -60px 0;}
#foucs .right { right: 0px; background-position: 0 -60px;}
#foucs .right:hover{  background-position: -60px -60px;}
