body {
	background-color: #76827B;
	text-align: center;
	position: relative;
}

img {
	border: 0;
}

div.more {
	display: none;
	text-align: left;
	padding: 5px 25px 5px 25px;
	position: absolute;
	background-color: #AFAFAF;
	width: 288px;
	border: 1px solid #CFCFCF;
	opacity: 0.9;
	border-top: none;
}

div.image {
	background-color: #AFAFAF;
	width: 340px;
	display: table-cell;
	float: left;
	margin: 1px;
	font-size: 12px;
	border: 1px solid #CFCFCF;
}

img.thumb {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	cursor: pointer;
}

input {
	background-color: #DFDFDF;
	border-style: dotted;
	border-color: #7F7F7F;
	margin: 1px;
	width: 45%;
}

div.year {
	display: table-cell;
	margin: 3px;
	float: left;
	padding: 5px 15px 5px 15px;
	background-color: #AFAFAF;
	border: 1px solid #CFCFCF;
}

div.yeart {
	font-weight: bold;
}

div.full {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	background-color: #76827B;
	z-index: 1;
	cursor: pointer;
}

div.full img {
	padding: 5px;
	max-width: 95%;
	max-height: 90%;
}