﻿/*---------------- iePNGfix -------------*/
/* Applying fix                          */
/* VERY IMPORTANT!!!                     */
/* Do not add here common tag selectors, */
/* such as 'img', 'a', 'span'.           */
/* Try to add 'png-alfa' class to your   */
/* element. Or target it here, but very  */
/* accurately!!!                         */
	* html .png-alfa, 
  * html .needless-div .overview ul.icon-links li.rating-plus,
	* html ul.icon-links li,
	* html .article-panel .article-panel-text,
	* html .room-products #product-list li.product .image span,
	* html #floating-image img
	{
    behavior:url(/js/iepngfix.htc)
  }
/*---------------- iePNGfix ends -------------*/

/* Transparency workaround for rollovers*/
	#homepage-splash ul li a:hover span {
		filter: alpha(opacity=70);
	}