body { 
   -moz-opacity:.999; 
}

.simple #gallery {
	float: none;
	width: auto;
	padding: 0;
}
.simple p.credit {
	margin: 150px 0 0 0;
}

#gallery a {
	display: block;
	float: left;
	width: 35px;
} 

#main
{
	display: flex;	
}

.note_1
{
	float: left;
	margin-top: -316px;
	margin-left: 18px;
}

.note_2
{
	float: left;
	margin-top: -319px;
	margin-left: 45px;
} 

.note_3
{
	float: left;
	margin-top: -338px;
	margin-left: 68px;
} 

.note_4
{
	float: left;
	margin-top: -340px;
	margin-left: 89px;
}

#gallery img {
	display:block;
}

#gallery 
{
	float: left;
}

#photo {
	float: right;
	width: 192px;
	position: relative;

}

#photo img {
	position: absolute;
}

#gallery a.selected {
	background-color: #000;
	outline:none;

}
#photoInfo {
	clear: right;
}
