body {
	background-color: #1a1a1a;	
}

#photos {
	height: 550px;
	margin-top: 100px;
	margin-right: 300px;
	white-space: nowrap;
}

#photos ul {
	display: inline;
	list-style-type: none;
	
}

#photos ul li {
	display: inline;
	list-style-type: none;
}