/*Hide initially - to prevent all of the content being displayed when the css is downloading*/
	#slider ul{
		/* for IE */
		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity:1.0;
	}
