	body{
		background:#F3F6ED;
		margin:0;
		padding:0;
	}
	h1{
		font-size:100%;
		margin:0;
		padding:0 1em;
		font-family:verdana,sans-serif;
		color:#9cf;
	}
	#thumbs{
		width:550px;
	}
	#thumbs div {
	margin:5px;
	width:120px;
	height:110px;
	float:left;
	background-color: #ECEFE6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #789838;
	border-right-color: #789838;
	border-bottom-color: #789838;
	border-left-color: #789838;
	}
	#thumbs div img{
		border:none;
		display:block;
		margin:5px auto;
	}
	#loadingmessage{
		position:absolute;
		top:200px;
		left:150px;
		padding:1em 5px;
		background:#ffc;
		font-family:Verdana,Sans-serif;
		font-weight:bold;
		width:20em;
		text-align:center;
		font-size:80%;
		color:#000;
		border-bottom:1px solid #cc9;
		border-right:1px solid #cc9;
		border-left:1px solid #fff;
		border-top:1px solid #fff;
	}

	#bigDynPic{
		background:#F3F6ED;
		position:absolute;
		top:13em;
		left:250px;
		padding:5px;
		border-bottom:1px solid #F3F6ED;
		border-right:1px solid #F3F6ED;
		border-left:1px solid #789838;
		border-top:1px solid #789838;
	}
	#bigDynPic img{
		border-top:1px solid #789838;
		border-left:1px solid #789838;
		border-bottom:1px solid #F3F6ED;
		border-right:1px solid #F3F6ED;
	}
	#bigDynPic p{
	font-family:Verdana,Sans-serif;
	font-weight:bold;
	font-size:80%;
	color:#000000;
	margin:0;
	padding:5px 10px;
	background-color: #ECEFE6;
	}

