body {
	margin: 0px auto;
	text-align: center;
	background: #5B5B5B;
}
#tour-container {
	margin-top: 0px;
	width: 710px;
	height: 620px;
	text-align: left;
	background: #434343;
}
img {
	border: 0px;
}
#tour-photo {
	width: 650px;
	height: 450px;
	margin: 5px 5px 15px 15px;
}
#tour-nav {
	float: right;
	width: 19px;
	padding: 4px 12px 0px 0px;
}
img.nav-btn {
	margin-top: 3px;
}
h1.tour-text-hdr {
	margin: -5px 15px 5px 15px;
	font: bold 14px arial, helvetica;
	text-transform : uppercase;
	background: inherit;
	color: #fff;
}
p.tour-text {
	margin: 0px 15px 15px 15px;
	font: 200 14px arial, helvetica;
	background: inherit;
	color: #fff;
}
