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

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

img.gallery_image_small {
	width: 100px;
	height: 67px;
	border: 1px solid #000000;
}

img#gallery_image_main, img.creature {
	border: 1px solid #000000;
}

div.creature_details {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.creature_images {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

hr {
	clear: both;
}

div#backtrack {
	font-weight: bold;
	text-align: center;
}
ul.browser {
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.browser li {
	background:url(/images/bullet.png) -0.1em 0.1em no-repeat;
	padding-left: 0.8em;
	list-style: none;
}

