@import "../style.css";

#main {
	min-height: 500px;
}

#content_left {
	height: 500px;
}
#content_right {
	text-align: left;
}

#content_right td {
	padding: 5px;
}
#content_left a {
	display: block;
	margin-top: 10px;
	border: 1px solid silver;
	text-decoration: none;
	width: 80%;
	padding: 2px;
	margin: 1px;
}

#content_left a:hover {
	color: black;
	background-color: silver;
}

td.gallery_previous {
   text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

.gallery_bigimage {
	display: block;
	width: 100%;
}

td.gallery_next {
   text-align: right;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
