/* margin: top right bottom left */

	div.credits {
		margin: 15px 15px 15px 15px;
		font-size: large;
		text-align: center;
	}
	
	div.thumbcontainer {
		float: left;
		padding: 7px 7px 7px 7px;
	}
	
	div.indexthumbcontainer {
		float: left;
		padding: 12px 15px 12px 15px;
		font-weight: bold;
	}

	div.indexfloat {
		float: left;
		width: 229px;
		margin: 30px 7px 30px 7px;
		font-size: 20px;
		font-weight: bold;
	}
	
	img.thumb {
		border: 1px solid black;
	}
	
	img.fullimage {
		border: 1px solid black;
	}

/*
	Good thumbnail widths, given NUM pics in a single row
	Might have to subtract one pixel to be safe
	(assumes 700px container)
	
	num = 8, width = 71
	num = 7, width = 84
	num = 6, width = 100
	num = 5, width = 124
	num = 4, width = 159
	num = 3, width = 217
	num = 2, width = 334
	num = 1, width = 684
*/