/* IE */
.fancybox-ie .fancy-bg { background: transparent !important; }/*le quitamos la sombrita en el fvck IE */
/*solo ie6 cambio de imagenes y aplica filtro */
* html .fancybox-ie #fancybox-close		{ 
	background-image:url('fancy_close.png');
	_behavior: expression(
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
			  }
* html .fancybox-ie #fancybox-left-ico		{ 
	background-image:url('fancy_nav_left.png');
	_behavior: expression(
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")"); 
			  }
* html .fancybox-ie #fancybox-right-ico	{ 
	background-image:url('fancy_nav_right.png');
	_behavior: expression(
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")"); 
			  }