.stdHover		{	background-color: #777; height: 190px; width: 200px; float: left; position: relative; margin: 10px 15px 0 0; }
.stdHover img		{	display: block; position: absolute; border: solid 1px transparent; } 
.stdHover img:hover	{	border: solid 1px red; }
.stdHover div		{	border: solid 2px blue; width: 0px; height: 0px; position: absolute; top: 40px; left: 80px; }

.sawmills			{	bottom: 90px; right: 50px; z-index: 1; height: 59px; width: 80px; }
.offices			{	bottom: 60px; right: 90px; z-index: 2; height: 72px; width: 80px; }
.churches			{	bottom: 40px; right: 30px; z-index: 3; height: 86px; width: 100px; }

.entry-content h2	{	clear: none; }

.jqueryHover		{	background-color: #777; height: 190px; width: 200px; float: right; 
						position: relative; margin: 10px 0 0 15px; }
.jqueryHover img	{	display: block; position: absolute; }