.flyers { display: inline; float: left; text-decoration: none; margin: 0 15px; }
.flyers em.txt, .flyers b { display: none;  width: 150px; }
.flyers .head { display: block; width: 150px; height: 0px; }

.flyers img { border: 0; display: block; }

.flyers:hover { background: #fff; position: relative; cursor:pointer; }
.flyers:hover b { display: block; position: absolute; top: 55px; left: 0; width: 150px; background: #fff; height: 60px; opacity: 0.7; }

.flyers:hover em.txt { font-size: 14px; display: block; position: absolute; top: 60px; width: 150px; left: 0px; height: 50px; color: #2178bd; margin: 0; line-height: 18px; background: #fff; text-align: center; font-weight: bold; padding-top: 10px; }



.flyersIE6 { display: inline; float: left; text-decoration: none; margin: 0 10px 10px 0; }
.flyersIE6 img { border: 0; display: block; }