@media screen,projection {
  .ad a:hover img {
    filter: alpha(opacity=100);
  }
  .last-image-gallery ul li a:hover img, .last-image-gallery-medium ul li a:hover img {
    filter: alpha(opacity=100);
  }
  .last-image-gallery ul li a em, .last-image-gallery-medium ul li a em {
    filter: alpha(opacity=70);
  }
  #main .wrapper #image-gallery-content .image-gallery a:hover img#image-gallery {
    filter: alpha(opacity=100);
  }
  .intro-element h2 {
  	zoom: 1;
  }
  
  /* HOLLY HACK (http://pear.reversefold.com/badIE/) FIX BUGS IN IE WHERE TEXT DISAPPEARS BECAUSE OF clear: both. HIDES FROM IE5-MAC \*/
  /* * html p, destroys text float in IE */
  * html em, * html .intro-element-article h1, * html .intro-element-article p, * html .intro-element p, * html .intro-element h2, * html .intro-element em, * html li {
    height: 1%;
    zoom: 100%;
  }
  /* /HOLLY HACK */
  hr.ie-hack {
    display: block;
    visibility: hidden;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
  }
  /* media end */
}
