@charset "utf-8";

body {
	font-family: Verdana;
	font-size: .75em;
	background-color: rgb(42,42,42);
}

.mainframe {
	position:relative; 
	top:0px; 
	left:50%; 
	width:750px; 
	margin-left:-375px; 
	border:0px solid black;}

.imageNavigator{
	float: left;
	width: 360px;
}

.thumbnail{
	background-color: white;
	cursor: pointer;
	border: 1px solid black;
	padding: 3px;
	margin: 2px;
}

.picture {
	display: block;
	background-color: white;
	float: left;
	border: 10px solid white;
	margin-left: 15px;
	
}
