/*
div {
	border: solid 1px red;
}
*/

#first_example {
	margin-top: 7.5em;
}

div.example {
	width: 680px;
	position: relative;
	left: -322px;
	clear: left;
	margin-bottom: 3em;
}

a.thumbnail {
	display: block;
  width: 252px;
  height: 152px;
	float: left;
	margin-right: 70px;
}
a.thumbnail img {
	border: solid 1px #517072;
}
a.thumbnail span {
  background: url(images/thumbnail_mask.gif) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 252px;
  height: 152px;
  cursor: pointer;
}

div.blurb {
	float: left;
	width: 350px;
}

h3 {
	margin-top: 0;
}

div.example hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

#last_example {
}