.photo_gallery_container {
	border: solid 10px #eaeaea;
	border: none;
	padding: 0;
	width: 602px;
	height: 360px;
	overflow: hidden;
}

.imageBox {
	width: 598px;
	height: 360px;
 	margin: 0;
 	padding: 0;
	border: 2px solid #cc9900;
	border-top: none;
	position: relative;
	left: 0;
	top: 0;
	background-color: transparent;
	overflow: hidden;
}

.imageBox img {
 	position: relative;
 	left: 0;
 	top: 0;
 	margin: 0;
 	padding: 0;
	border: none;
}

.imageBox div {
	color: #eee;
	width: 598px;
	height: 80px;
 	margin: 0;
 	padding: 0;
	border: none;
 	position: relative;
	left: 0;
	top: -380px;
}

