/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

html, body {
	font-family: Verdana, Arial, sans-serif;
    height: 100%;
	margin: 8px;
	text-align: center;
}
div.thumb {
	display:inline-block;
	margin: 5px;
}
div {
	height:auto;
	width:auto;
}
img {
	max-width:100%; 
	max-height:100%;
	border: none;
}

.thumb {
	display:inline-block;
	margin: 8px;
}

a {
	outline: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
}

.albumtitle {
	font-size: 16px;
	font-weight: normal;
	float:left;
}

.noborder {
	border: none !important;
}
.slideimage {
	height:85%;	
}
.slidenav {
	float:right;
}
.thumbnav {
	height:10%;
	margin: auto;
}

.thumbnav img {
	padding: 2px;		
}

video {
	padding: 0px;
}
