/* Designed specifically to hide the PictureTable used in SlideShows.
   Can it be used for hiding other elements? */
.hidden {
	position:absolute;
	left:0px;
	top:-2500;
	width:1px;
	height:1px;
	overflow:hidden;
}