.thumbnail-row, .thumbnail-row-filler {
	display: table-row;
}

.thumbnail-row-filler {
	height: 48px;
}

.thumbnail-column-filler {
	min-width: 20px;
}

.thumbnail-row > .thumbnail, .thumbnail-row > .thumbnail-title, .thumbnail-row > .thumbnail-column-filler {
	display: table-cell;
	vertical-align: middle;
/*	background-color: yellow;*/
}

.thumbnail-title {
	min-width: 128px;
	max-width: 128px;
	height: 30pt;
	font-size: 10pt;
/*	margin: 0 16px;*/
	background-image: url(gfx/bg-menubar.png);
	background-position: left top;
}

a.thumbnail-title {
	color: #334466;
	text-decoration: none;
}

.thumbnail a {
/*	display: inline-block;
	margin-bottom: 4pt;*/
/*	width: 10px;*/
/*	background-color: #000080;*/
}

.thumbnail img {
/*	position: relative;
	left: -5px;
	top: -5px;*/
/*	border-width: 1px;
	border-style: solid;*/
/*	border-right: 4px solid blue;
	border-bottom: 4px solid blue;*/
	border: 1px solid transparent;
	margin: 0 0 1em;
}

.thumbnail img:hover {
/*	left: -6px;
	top: -6px;*/
	border-color: #ffffff;
/*	border-color: #ffea80;*/
}

.artwork-image-container {
/*	position: relative;*/
	width: 640px;	/* vaakakuvan leveys */
	height: 640px;	/* pystykuvan korkeus */
/*	line-height: 540px;*/
	display: table;
/*	vertical-align: middle;*/
	margin: 0 auto;
/*	border: 1px solid green;*/
/*	background-color: #ffcccc;*/
}

.artwork-image {
	vertical-align: middle;
	display: table-cell;
/*	margin-top: -50%;*/
}

.artwork-detail {
	width: 100%;
	margin-top: 1em;
}

.artwork-detail img {
	vertical-align: top;
}

.artwork-detail-margin {
	display: inline-block;
	width: 160px;
	font-size: 10pt;
	text-align: left;
	padding: 0 1em;
/*	padding-top: 1em;*/
/*	background-color: #99cc99;*/
}

.artwork-info-container {
	width: 640px;	/* vaakakuvan leveys */
	margin: 1em auto 0;
	font-size: 10pt;
}

.artwork-info {
	display: table-cell;
/*	display: inline-block;*/
	width: 480px;
	line-height: 15pt;
}

.artwork-info p {
	margin: 2pt 0;
}

.artwork-info p.artwork-photo-copyright {
	margin: 1em 0;
}

/*
.artwork-info span.artwork-extra-info {
	font-style: italic;
}
*/

.navigation {
	display: table-cell;
/*	display: inline-block;*/
/*	background-color: #fcc;*/
	width: 80px;
}

.nav-icon {
	display: inline-block;
/*	background-color: #fcc;*/
	width: 48px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(gfx/navigation.png);
}

.nav-icon#previous {
	background-position: -48px 0px;
	text-align: left;
	margin-right: 32px;
}

.nav-icon#next {
	background-position: -96px 0px;
	text-align: right;
	margin-left: 32px;
}

.nav-icon#previous:hover {
	background-position: -48px -24px;
}

.nav-icon#next:hover {
	background-position: -96px -25px;	/* -1 offset: q'n'd fix */
}

/*
.markera, .markerb {
	position: relative;
	top: -2pt;
	left: 1pt;
}
*/

.markera, .markerb {
	font-weight: bold;
	text-transform: uppercase;
}

.markera {
	color: #cc4444;
}

.markerb {
	color: #004488;
}

/*
.image-detail {
	font-size: 10pt;
}
*/

.page-content#front img#frontpage-art {
/*	height: 50%;*/
}
