.grid_3 {
     display: inline;
     float: left;
}

.grid_9 {
     display: inline;
     float: left;
     margin-left: 10px;
     margin-right: 10px;
     width: 700px;
}

.fmcircle_out {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #DDDDDD;
     background-origin: padding-box;
     background-position: 0px 0px;
     background-repeat: repeat;
     background-size: auto auto;
     border-radius: 100px;
     display: block;
     height: 89px;
     margin-left: 1px;
     text-align: center;
     transition: all 0.2s linear 0s;
     width: 89px;
}

.fmcircle_out:hover {
     opacity: 1;
     transition-delay: 0s;
     transition-property: all;
     transition-timing-function: linear;
}

.fmcircle_out:hover .fmcircle_in img {
     height: 30px;
     margin: 23px 0px 13px;
     opacity: 0.08;
     transition: all 0.2s linear 0s;
     width: 30px;
}

.fmcircle_in {
     border-radius: 83px;
     display: inline-block;
     height: 83px;
     margin-top: 3px;
     width: 83px;
}

.fmcircle_in span {
     border-radius: 5px;
     color: #F6921D;
     display: inline;
     float: left;
     font-size: 11px;
     font-weight: normal;
     letter-spacing: -0.001em;
     line-height: 8px;
     opacity: 0;
     text-align: center;
     transition: all 0.2s linear 0s;
     width: 74px;
}

.fmcircle_out:hover .fmcircle_in span {
     opacity: 1;
     transition: all 0.2s linear 0s;
}

.fmcircle_brown {
     background: none repeat scroll 0px 0px #5E5045;
}
