#page {
  position: relative;
  text-align: left;
}

#images {
  float: left;
  width: 300px;
}

#details {
  color: #000;
}

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

td.gallery
{
    width: 800px;
	cursor: default;
	list-style: none;
	text-align: center;
	padding-left:12px;
	height:50px;
}

.gallery img
{
	background: #fff;
	border-color: #4B545B;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	
}

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