div#pictureBig {
	width: 335px;
	height: 282px;
	margin-left: 57px;
	margin-bottom: 16px;
}

div#enlargeButton {
	width: 77px;
	height: 23px;
	background-color: #3e3e3e;
	cursor: pointer;
	float: right;
}

div#photoList {
	width: 366px;
	/*display: table;*/
	padding-left: 56px;
}

.photo_mini {
	width: 82px;
	height: 69px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	border: 1px solid;
	border-color: #212121;
}

h1 {
	font-size: 15px;
}
