/*** All IEs ***/

.more-link a {
  /* for gecko and webkit browsers this is done via CSS 3 */
  overflow: visible;
  z-index: 10;
  width: auto;
  height: 2em;
  background-color: transparent;
  background: url('images/more_link.png') no-repeat scroll right center; 
}
