/*
	I have styles for the picture cycler on the home page.
*/

#pixContainer {
	display		: inline;
	float		: left;		/*needed in firefox*/
	background	:#ffa url( '../_images/home/loading.gif' ) 0 0 no-repeat;
	border		: 2px solid blue;	/* A border can cause a shift between image element and background	*/
}

#pixContainerFrame		{
	position		: relative;
	height			: 300px;
	width			: 460px;
	margin			: 1em auto 1em auto;		/*auto is to center*/
	xborder			: 2px solid green;
}

