#page {
  text-alighn: center;
  position: relative;
}

#images {
	float: center;
	width: 100%;
	text-align: center;
}

#details {
  color: #000;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 32px Georgia, serif;
	font-weight: bold;
	text-align: center;
}

.gallery
{
	width: 100%;
	cursor: default;
	list-style: none;
	text-align: center;
}

.gallery img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

.gallery li
{
	border: 0;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

#bw
{
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}