@charset "utf-8";
#container #main #thumbnailbox {
	float: left;
	height: auto;
	width: 200px;
	background-color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: medium double #FF0A0F;
}
#container #main #bigphoto {
	height: 300px;
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	clear: none;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(Images/imageloading.jpg);
}
