@charset "UTF-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
}
#images {
	float: left;
	width: 600px;
}
#details {
	color: #000;
}
h1 {
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 32px Georgia, serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-align: center;
}
.gallery {
	margin-left:135px;
	margin-top:-100px;
	width: 775px;
	cursor: default;
	list-style: none;
}
.gallery img {
	margin-left:5px;
	background: #fff;
	border-color: #663333;
	border-style: none;
	border-width: 0px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 95px;
	height: 63px;
}
.gallery li {
	background: #eee;
	border-color: #663333;
	border-style: none;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}
