/*
*************************************************
** File Name: transitions.css
** Author: Chris Bouchard
** Create Date: 6/22/2007
** Desc: used in conjunction with crossfade.js and changingimages.js
**
** Change Log:
**
**
*************************************************
**  begin style sheet file
*/

/* default opacity for IE */
div.rightSubHdrBottomLeftImgBox img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	filter:alpha(opacity=100);
	}
	

/*  end of stylesheet file */

