#wrapper , #right-wide {
	height: auto;
}
#right-wide {
	background: #B47541;
	padding-bottom: 10px;
}
#gallery {
	margin: 10px;
}
#gallery li {
	background: #800;
	border: 1px solid #FFF;
	color: #FFF;
	float: left;
	font-family: Calibri, sans-serif;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	margin: 5px;
	padding: 10px;
}
#gallery img {
	margin-left: -10px;
	padding: 0;
	vertical-align: top;
}
:root #gallery li img {
	margin-left: 0;
}
#frame {
	display: none;
	height: 640px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}
#window {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(192,0,0,.5);
	margin: 40px auto;
	width: 840px;
}
#window h2 {
	background: #800;
	border-left: 1px solid #FFF;
	border-radius: 10px 10px 0 0;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	position: relative;
	text-align: left;
	text-indent: 10px;
}
#window a {
	bottom: 5px;
	font-size: .625em;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	right: 10px;
}
#window h2 a:link , #window h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
#window h2 a:hover , #window h2 a:focus , #window h2 a:active {
	color: #FF0;
	text-decoration: underline;
}
#window div {
	border-radius: 0 0 10px 10px;
	height: 580px;
	overflow: auto;
}
#window img {
	border-radius: 0;
	box-shadow: none;
	margin: 20px;
}