body {height:100%;min-height:100%;margin:0px;}
			
			/* 80% black overlay to fade page out */
			#fadeOut {
				display:none;
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				background:url(../_images/fade.gif);
			}
			
			/* Example content holder */
			#lightBox {
				display:none;
				position:absolute;
				top:25%;
				left:25%;
				width:100px; /* NOTE : This must be set, regardless of the size of the images we are showing */
				height:100px; /* NOTE : This must be set, regardless of the size of the images we are showing */
				z-index:1002;
				background:url() top left no-repeat; /* NOTE : This must be set, regardless of the size of the images we are showing */
				border-width:4px;
				border-color:#000;
				border-style:solid;
			}
			#lightBox_CloseButton {
				position:absolute;
				display:block;
				top:0px;
				right:0px;
				height:33px;
				width:67px;
				z-index:1003;
				background:url(../_images/closeGif.gif) top left no-repeat;
				cursor:pointer;
			}
			#lightBox_PreviousButton {
				position:absolute;
				display:block;
				top:0px;
				left:0px;
				height:33px;
				width:43px;
				z-index:1003;
				background:url(../_images/backGif.gif) top left no-repeat;
				cursor:pointer;
			}
			#lightBox_NextButton {
				position:absolute;
				display:block;
				top:0px;
				left:43px;
				height:33px;
				width:57px;
				z-index:1003;
				background:url(../_images/fwdGif.gif) top left no-repeat;
				cursor:pointer;
			}
			#lightBox_Caption {
				display:none;
				position:absolute;
				background-color:#000;
				color:#FFF;
				border-color:#000;
				border-width:4px;
				border-style:solid;
				text-align:center;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				z-index:1010;
			}
