

img.medium { 
	padding: 5px;
	border: 1px solid black;
	}
	
img.thumb {
	margin: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 4px;
	border: 1px solid black;
	}

a.thumb {
	text-decoration: none;
	}

.small { 
	font-size: 9px; 
	}

.large { 
	font-size: 18px; 
	font-weight: bold;
	}

.invisible { 
	font-size: 9px; 
	}

/*
ul.albumList {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 3px;
	}
*/

/*
div {
	border: 1px solid red;
	}
*/

.showSingleImage {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.showThumbnails {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
	}

.nextPrevPageLinks {
	text-align: center;
	padding: 5px;
	border: 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.nextPrevImageLink {
	text-align: center;
	padding: 5px;
	border: 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	}


