#photo_tour {
	width: 400px;
	height: 600px;
	padding: 0;
	margin: 0 118px;
}
#photo_tour img {
	border: 1px solid black;
}
#photo_tour .caption 
{
	text-align: center;
	font-size: 85%;
	margin: 10px 0;
	text-align: left;
}
#photo_tour .caption p {
	font-size: 85%;
	text-align: left;
}
#photo_tour_nav {
	width: 400px;
	height: 25px;
	margin: 3px 118px;
	text-align: center;
}
#photo_tour_nav a {
	padding: 0 5px;
	background-color: #00628A;
	border: 1px solid #00628A;
	color: white;
	margin: 0 3px;
	text-decoration: none;
	font-size: .8em;
}
#photo_tour_nav a.activeSlide {
	background-color: #619081;
	border: 1px solid #00628A;
	color: yellow;
}
