html body {
	background: #fff;
	width: 100%;
	height: 100%;
}

html {
	background: #fff;
}

#iframe_photo {
	padding: 14px;
	overflow: hidden;
}

img {
	padding: 1px;
	border: 1px solid #b2b2b2;
}

.caption {
	font-style: italic;
}

h1 {
	border-bottom: 1px solid #c6c6cc;
}

h3 {
	border-bottom: 1px dotted #c6c6cc;
}

html #iframe_photo h1, html body > #iframe_photo h1,
html #iframe_photo h3, html body > #iframe_photo h3 {
	width: 100%;
} 	

#images ul, #images li, #images p {
	margin: 0;
	padding: 0;
	padding-right: 25px;
	float: left;
	list-style: none;
}

#images li {
	padding: 2px 25px 2px 22px;
	background: url('../images/layout/icon_photo.gif') left center no-repeat;
}