.top_band {
	height: 132px;
	width: 800px;
	clear: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
	text-align: center;
	vertical-align: bottom;
}
.photo_display {
	float: left;
	height: 400px;
	width: 540px;
	overflow: visible;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left_band {
	float: left;
	height: 420px;
	width: 120px;
	clear: left;
}
.right_band {
	clear: right;
	float: right;
	height: 400px;
	width: 120px;
}
.main_container {
	float: left;
	height: auto;
	width: 800px;
	background-image: url(/images/camera.jpg);
	overflow: visible;
}
.arrows_box {
	float: left;
	height: 26px;
	width: 540px;
}
.arrow_box_left {
	float: left;
	height: auto;
	width: auto;
	clear: none;
	margin-left: 50px;
}
.arrow_box_right {
	float: right;
	height: auto;
	width: auto;
	margin-right: 50px;
}
