/*comments*/
	
#pageleft{
	position: absolute;
	left:0px;
	top:20px;
	height:560px;
	}
#pageright{
	position: absolute;
	left:555px;
	top:20px;
	height:485px;
	width:420px;
	}

		.phppgmainbox { /* holds next/prev links and main image */
			margin:5px;
			}
		.phppgnextbox { /* holds next and previous links */
	margin-bottom:0;
	padding:0;
	width: 90px;
	position: absolute;
	left: 50px;
	top: 500px;
	z-index: 61;
	}
		.phppgimagebox { /* table, holds main image */
	position: absolute;
	top: 0px;
	width: 500px;
	height: 460px;
			}
		.phppgimageframe { /* frame around main image */
			width: auto; 
			border: 0px; 
			padding: 0px 0px 0px 40px;
			}
		.phppgimagetag { /* main image's img tag style */
			border: 1px none #CCC;
			}
		.phppggifbox { /* table style that holds gif thumbnail's */
	position: absolute;
	left: 40px;
	top: 510px;
/*	width: 840px;*/
	z-index: 60;		   
		    }
		.phppggifbox td {
		   padding: 5px; 
		   border:1px;
		}