/*comments*/
	
#php-main {/* In this project aligned with txt-main*/
	position:absolute;
	left:40px;
	top:140px;
	z-index:10;
		}

		.phppgmainbox { /* margin of 5px . Applied to next/prev links and main image */
			margin:5px;
			}
		.nextbox { /* holds next and previous links */
	position: absolute;
	left: 465px;
	top: -12px;
	width: 40px;
	z-index: 61;
	}

		.mainimagebox { /* table, holds main image . In this project same values as image-right*/
	position: absolute;
	top: 0px;
	left: 460px;
	width: 580px;
	height: 340px;
			}
		.phppgimageframe { /* frame around main image */
			width: auto; 
			border: 0px; 
			
			}
		.phppgimagetag { /* main image's img tag style */
			border: 1px none #CCC;
			}
		.php-gifbox { /* table style that holds gif thumbnail's */
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 60;		   
		    }
		.phppggifbox td {
		   padding: 2px; 
		   border:1px;
		   height:56px;
		}
		
		.php-gifbox2 { /* table style that holds gif thumbnail's , variant 2 at the bottom*/
	position: absolute;
	left: 0px;
	top: 400px;
	z-index: 60;		   
		    }
