@charset "utf-8";

#partners {background:#000 url(../layout/footer/background.png); height:80px; width:100%; position:fixed; bottom:0; left:0; z-index: 5;}
#partners ul {width: 1110px; margin:0 auto; height:100%;}
#partners li {height:100%; float:left; list-style:none;}
#partners a {padding:0 20px; background:no-repeat center center; height:100%; display:block;}
#partners a:hover, #partners a:focus {
    
	-moz-box-shadow: 0px 0px 50px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 50px #ffffff; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 50px #ffffff; /* Opera 10.5, IE 9.0 */
	
     -moz-transition: all 0.4s ease-out;  /* FF3.7+ */
       -o-transition: all 0.4s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */

}
#partners img {position:relative;}