body{
	background: black;
}

#wrapper, #navigation {
	margin: 0 auto;
	width: 760px;
	background: white;
	overflow: hidden;
}

#imageZoom {
	margin: 0 auto;
	width: 80%;
	background: white;
}

#title h1, #zoomTitle h1{
	text-align: center;
}

.imageBlk {
	width: 200px;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.imageBlk img {
	width: 200px;
	height: 150px;
}

.imageBlk p {
	width: 200px;
	text-align: center;
	margin-top: 5px;
}

#imageZoom img{
	width: 90%;
	padding-bottom: 25px;
	padding-left: 5%;
}

#beforeDiv {
	width: 200px;
	float: left;
	padding: 25px;
}

#upDiv {
	width: 200px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

#nextDiv {
	width: 200px;
	float: right;
	text-align: right;
	padding: 25px;
}