		img { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

		#galleryWelcome {
			width: 430px;
			margin: 25px 0px 25px 110px;
			font-size: 13px; font-weight: normal; font-family: verdana, arial, sans-serif; text-align: justify;
		}

		/* --- Album Stuff --- */

		#albumNameHeader {
			margin: 10px 0px 10px 0px;
			font-size: 14px; font-weight: bold; font-family: verdana, arial, sans-serif;
			text-align: center;
		}

		#albumDescrHeader {
			margin: 20px 0px 30px 0px;
			padding: 0px 100px 0px 100px;
			font-size: 12px; font-weight: normal; font-family: verdana, arial, sans-serif;
			text-align: center;
		}

		/* --- */


		#galleryNav {
			height: 600px;
			margin-left: 7px;
			padding: 10px 10px 10px 10px;
			background-color: white;
			/* background-color: #0000CD; */
			border-right: 1px dotted gray;
		}
		* html #galleryNav { margin-left: 3px; }

		#galleryMainImageArea {
			position: relative;
			height: 600px; width: 400px;
			margin-left: 5px;
			padding: 15px 10px 5px 10px;
			background-color: white; /* #7B7BBA; */
		}

		/*
		#mainImageLink:link { color: darkblue; }
		#mainImageLink:visited { color: darkblue; }
		#mainImageLink:hover { color: #F8127A; }
		#mainImageLink:active { color: yellow; }
		*/

		#editLinkP {
			position: absolute; top: 0px; left: 5px; width: 50px;
			text-align: left;	
		}
		#deleteLinkP {
			position: absolute; top: 0px; right: 5px; width: 50px;
			text-align: right;
		}

		.galleryImageModLink:link { color: darkblue; text-decoration: underline; font-size: 12px; }
		.galleryImageModLink:visited { color: darkblue; text-decoration: underline; font-size: 12px; }
		.galleryImageModLink:hover { color: #F8127A; text-decoration: underline; font-size: 12px; }
		.galleryImageModLink:active { color: yellow; text-decoration: underline; font-size: 12px; }

		.galleryNavLink:link { text-decoration: none; font-weight: normal; color: darkgreen; font-size: 13px; }
		.galleryNavLink:visited { text-decoration: none; font-weight: normal; color: darkgreen; font-size: 13px; }
		.galleryNavLink:hover { text-decoration: none; font-weight: bold; color: red; font-size: 13px; }
		.galleryNavLink:active { text-decoration: none; font-weight: normal; color: yellow; font-size: 13px; }

		#backToAlbumsLink {
			margin-left: 30px; 
		}

		.galleryNavImage {
			border: 1px solid black;
		}
		
		#galleryNavHeader {
			margin: 15px 0px 20px 0px;
			font-size: 14px; font-weight: bold; text-align: center; font-family: verdana, arial, sans-serif;
		}

		#galleryNavImages {
			position: relative;
		}

		#titlePreview { 
			position: absolute; bottom: -35px; left: 0px; 
			width: 185px; 
			color: black; font-size: 12px; font-weight: normal; text-align: center;
		}
		* html #titlePreview { top: 410px; }

		#navPrevP { position: absolute; bottom: -150px; left: 5px; text-align: left; }
		#navNextP { position: absolute; bottom: -150px; right: 5px; text-align: right; }
		* html #navPrevP { bottom: 80px; }
		* html #navNextP { bottom: 80px; right: 15px; }

		.galleryPageNav { text-decoration: none; }

		.galleryPageNav:link { color: #404098; }
		.galleryPageNav:visited { color: #404098; }
		.galleryPageNav:hover { color: #F8127A; }
		.galleryPageNav:active { color: yellow; }
		
		/* wow, this really doesn't work at all...
		.galleryNavImageLink:link { border: 1px solid black; }
		.galleryNavImageLink:visited { border: 1px solid black; }
		.galleryNavImageLink:hover { border: 1px solid red; }
		.galleryNavImageLink:active { border: 1px solid yellow; }
		*/

		#galleryMainImage {
			border: 1px solid black;
			margin-left: auto; margin-right: auto;
			display: block;
		}

		#galleryImageTitle {
			margin: 10px 0px 20px 0px;
			font-size: 14px; font-weight: bold; text-align: center; font-family: verdana, arial, sans-serif;
		}

		#galleryImageCaption {
			margin: 8px 0px 0px 0px;
			font-size: 11px; font-weight: normal; text-align: center; font-family: verdana, arial, sans-serif;
		}


