/* Картинка, плавное кручение */
.block-multianchor em { background:url(3wLogo2.png) center center no-repeat; height:30px; width:30px; margin:0 5px;
display:inline-block; transition: all 5s ease 0s; -ms-transition: all 5s ease 0s;
-o-transition: all 5s ease 0s; -moz-transition: all 5s ease 0s; -webkit-transition: all 5s ease 0s;}
.block-multianchor:hover em {transform: rotate(720deg); -ms-transform: rotate(720deg);
-o-transform: rotate(720deg); -moz-transform: rotate(720deg); -webkit-transform: rotate(720deg);}

/*Расположение*/
.block-multianchor a {color:inherit;}
.block-multianchor table {margin:auto; width:100%;}
.block-multianchor table tbody.noline {border-top:none;}
.block-multianchor table td {vertical-align:middle; height:60px; overflow:hidden;}
.block-multianchor td.first {text-align:right; padding-right:5px; width:50%;}
.block-multianchor td.last {text-align:left; padding-left:5px; width:50%;}
.block-multianchor td.middle {text-align:middle;width:60px;}
