﻿body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #666;
}
.content
{
	text-align: left;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #ccc;
}
.content .thumbs
{
	float: left;
	width: 149px;
	text-align: center;
	height: 100%;
	background-color: #ccc;
	border-right: solid 1px #666;
}
.content .thumbs a
{
	border: none;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #666;
}
.content .thumbs a.selected
{
	background-color: #006699;
}
.content .thumbs a:hover
{
	background-color: #900;
}
.content .thumbs a img
{
	border: none;
}
.content .images
{
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	width: 805px;
	margin-left: 150px;
	height: 100%;
	padding-top: 5px;
	position: relative;
	font-size: 14px;
}
.content .images .instructions
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 400px;
	margin-top: -20px;
	margin-left: -200px;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.content .images .shot
{
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content .images .shot .description
{
	text-align: left;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 200px;
	background-color: #990000;
	color: #FFFFFF;
	padding: 10px;
}
.content .images .disclaimer
{
	position: absolute; 
	bottom: 8px; 
	left: 0px; 
	width: 95%;
	font-size: 11px;
	text-align:left;
	padding-left:10px;
	color:#333;
}
