* {
	margin: 0;
	padding: 0;
}

body {
	font: .9em/1.5 Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h1 {
	bottom: 0;
	font-size: 1.5em;
}
#header {
	position: relative;
	text-align:center;
	height: 30px;
}
#main {
	width: 1000px;
	margin:0 auto;
}
#large 
{
	width: 810px;
	height: 1050px;
	float: left;
	background: url(/Images/loading.gif) no-repeat 50% 50%;
}
#large img {
	width: 800px;
	height: 1040px;
	border: 5px solid #d74e93;
}
#thumbnail {
	width: 178px;
	height: auto;
	overflow: hidden;
	float: left;
	list-style: none;
	margin-left: 2px;
	padding: 2px;
	border: 3px solid #d74e93;
	background: #fff;
}
#thumbnail li {
	float: left;
	width: 82px;
	padding: 3px;
}
#thumbnail a {
	display: block;
	width: 82px;
	height: 107px;
	padding: 0px;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #d74e93;
}