Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
.page-characters div span {
	font-family: auto;
	font-size: 1em;
	padding: 4px;
	height: auto;
}

.gallerybox .thumb:hover {
	position: relative;
	padding: 20px;
	margin: -20px;
}
.gallerybox .thumb:hover > div {
 	vertical-align: middle;
 	display: inline-block;
 	height: auto;
}
.gallerybox .thumb:hover .image img {
	height: 100%;
	width: 100%;
}
.gallerybox .thumb:hover {
	height: 150px;
	width: 150px;
}
select {
	background-color: white !important;
}