#bigPicture {
	width: 750px;
	height: 500px;
	margin-bottom: 6px;
	background: transparent url(../images/2009/loading.gif) no-repeat scroll center center;
}
#thumbs {
	width: 750px;
	text-align: center;
}
#thumbs img {
	cursor: pointer;
	padding-left: 3px;
	padding-bottom: 6px;
}

table.mediaDownload {
	border: 1px solid silver;
	margin: 10px 30px;
}
table.mediaDownload  caption {
	font-size: 11px;
}
table.mediaDownload tbody td {
	border: 1px solid silver;
}
table.mediaDownload tbody tr:nth-child(even) {
	border: 1px solid silver;
	background-color: #ddd;
}
table.mediaDownload thead th {
	border-right: 1px solid #fff;
	background-color: silver;
}
table.mediaDownload thead th:last-child {
	border-right-style: none;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
