@charset "utf-8";
/* CSS Document */

#images {
	position:relative;
}

#images img {
	height: 127px;
	width: 225px;
	position: absolute;
	clear: none;
	left: 0px;
	top: 0px;
	border: none !important;
}

#images div {
	width: 225px;
	height: 127px;
	border: 4px outset #999;
	position:relative;
}

#images div h3 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	left: 0px;
	min-height: 35px;
	height: auto;
	color: #FFF;
	background-color: rgba(89,87,79);
	background-color: rgba(89,87,79,0.8);
	font-size: 14px;
	font-weight: bold;
}

#images div:hover {
	border: 4px inset #999;
}
