body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 600px;
	background-color: white;
}

.headerTitle {
	font-family: Helvetica, Arial, san-serif;
	margin: 0 auto;
}

.headerTitle h1 {
	margin: 0;
	padding: 5px;
}

.headerTitle h1 span {
	font-size: 16px;
	font-weight: 100;
	color: #7EC0EE;
	letter-spacing: 1px;
}

.headerTitle a {
	text-decoration: none;
	color: #999;
}

.next a {
	color: white;
	background-color: red;
	padding: 5px;
	font-size: 12px;
}

#menu {}

#menu a {
	color: #222;
}
	
#photos {}

#photos ul {
	width: 850px;
	padding: 10px;
	margin-left: 25px;
}

#photos li {
	list-style: none;
	float: left;
	width: 100px;
	height: 100px;
	margin: 2px;
}

#photos01 {}

#photos01 ul {
	height: 400px;
	width: 9600px;
	margin: 0;
	padding: 0;
}

#photos01 li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

div.popup {
	position: absolute;
	top: 80px;
	left: 165px;
	z-index: 100;
	padding: 10px;
	width: 570px;
	display: none;
	background-color: black;
}

div.popup p {
	letter-spacing: 2px;
	line-height: 18px;
	font-size: 11px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.unhidden {
	display: block;
	visibility: visible;
}

