h1.heading-screenshots {
  padding: 0;
  margin: 0;
  background: transparent url(/assets/images/enhancements_dec/heading_screenshots.jpg) left top;
  width: 237px;
  height: 42px;
  text-indent: -9999px;
}

h1.heading-imagery {
  padding: 0;
  margin: 0;
  background: transparent url(/assets/images/enhancements_dec/heading_imagery.jpg) left top;
  width: 237px;
  height: 42px;
  text-indent: -9999px;
}

h1.heading-wip {
  padding: 0;
  margin: 0;
  background: transparent url(/assets/images/enhancements_dec/heading_wipmedia.jpg) left top;
  width: 237px;
  height: 42px;
  text-indent: -9999px;
}

div#leftMedia {
	float: left;
	width: 400px;
}

div#videoAudio {
	float: left;
	width: 210px;
	margin-left: 20px;
}

div.sshots {
	background: #000;
	border: 1px solid #505050;
	color: #fff;
	margin-bottom: 20px;
	padding: 16px;
}

a.sshot {
	margin: 4px 4px 0 0;
	outline: 0;
}

a.sshot:hover {
	background: transparent;
	color: inherit;
}

a.sshot img {
	border: 1px solid #000;
}

a.sshot:hover img {
	border: 1px solid #333;
}