/* controls individual thumbnails in gallerys */
img.gallerythumbnail {
	margin: 15px;
	border: 3px solid black;
	}
img.image {
	border: 1px solid black;
	}
img.GalleryThumbnail {
	border: 2px solid black;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px #555555;
	}
	
	
/* formats thumbnail area */
div.galleryindexthumbnails {
	margin-left: 75px;
	}

/* navigation bars for gallerys */
div.navGallery {
	font-size: x-small;
	word-spacing: 15px;
	text-align: center;
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	width: 100%;
	}
div.navGalleryFooter {
	font-size: x-small;
	word-spacing: 15px;
	text-align: center;
	border-top: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 25px;
	width: 100%;
	}

	/* simple table settings */
table.overlib_SimpleTable {
	width: 300px;
	height: 50px;
	border: 5px solid black;
	}
td.overlib_SimpleTableData {
	color: black;
	background-color: #e8e8e8;
	text-align: center;
	padding: 10px;
}