/**
 * Internet Explorer <= 6 AlphaChannel PNG fixes
 * http://twinhelix.com/css/iepngfix/
 * --------------------------------------------------------------------------------------
 * Please SPECIFY the elements that need fixing, because IE PNG Fix is a performance killer!
 */

h1#logo a img, 
div.without_image_borders img, 
input.btn, 
div#slider_products_left a img, 
div#slider_products_right a img {
  behavior: url(/fileadmin/templates/_layout/css/iepngfix.htc);
}
