/* needed for IE to make :active state work first time */
a, a:visited {color:#009;} 

/* Removes border from fieldset and img */
img { border : 0; }

#thumbs {
width: 400px;
/*float: right; */
margin: 0px;
padding: 0px;
}

#thumbs a {
display: block;
float: left;
margin:0 0 5px 5px;
width: 80px;
height: 80px;
border:1px solid #000;
}

#thumbs a img { width: 80px; height: 80px; }

#thumbs a:hover img.photo {
position: absolute;
width: auto;
height: auto;
left: 140px;
top: 120px;
border: 1px solid #333;
}

#thumbs a span {display: none;}
#thumbs a:hover span { display: block;
position: absolute;
width: 60px;
height: auto;
font-size: .75em;
color: #555;}

p.instructions {
	font-size: 95%;
	color: #916;
	display: block;
	width: 400px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;}

#content {min-height: 650px;}


