#gallery {
	float:left;
	overflow: auto;
	padding-left:5px;
	padding-bottom:5px;
	position: relative;
	margin: 0.3em auto;
}

#gallery img {
	margin-left: -4px;}

.fixedwidth 
{width:960px;
	height:493px;
	white-space: nowrap;
	position: relative;
	color: grey;
	padding: 5px;
}

	#nav {
	padding: 10px;
	width: 950px;
	height: 15px;
	position: absolute;
	top: 575px;}

/* links */
	
a {
	color: #ffffff;
	text-decoration: none;}
	
a:hover {
	color: #aaaaaa;}

