#gallery
{
	width: 100%;
	text-align: center;
}

#images {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.thumb {
	border-style: none;
	margin-right: 2px;
}

#viewer {
	border-style: solid;
	border-width: 1px;
	padding: 1em;
	margin-left: 1em;
	width: 300px;
	height: 225px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	float: left;
}

#details {
	padding: 2em;
	float: left;
}

#categories {
	float: left;
	text-align: left;
	padding-right: 1em;
	padding-top: 1em;
	height: 100%;
}

.category {
	float: left;
	clear: both;
}
.category img {
	border-width: 0px;
	padding-right: 0.2em;
	float: left;
}

a {
	text-decoration: none;
}

#addImage {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 20em;
	height: 10em;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
