
/* GALLERIES ---------------------------------------------- */

div.photo-gallery-parent {
  width: 100%;
  height: 100%;
  /* text-align: center; */
}

span.photo-gallery-button {
	margin-right: 15px;
	margin-left: 0px;
	/* text-decoration: underline; */
	cursor: pointer;
}

/*
table.photo-galleries {
	width: 100%;
}

tr.photo-gallery {
}

td.photo-gallery-thumb{
	width: 10%;
	background-color: blue;
	padding: 10px;
}

td.photo-gallery-title {
	width: 90%;
	padding-left: 20px;
	font-size: 12pt;
}
*/

div.photo-galleries {
	vertical-align: center;
	text-align: center;
}

div.photo-gallery {
	font-size: 16pt;
	cursor: pointer;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

img.photo-gallery-thumb {
	width: 300px;
	padding-bottom: 10px;
}

/* print art */
div.printart-footer {
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*width: 60%;*/
	padding-top: 5px;
}

/* sites */
div.sites-footer {
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding-top: 5px;
}

a.fivehundredpx, a.flickr {
	padding-left: 10px;
	padding-right: 10px;
}