@charset "UTF-8";
/* CSS Document */

.map_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/templates/upper_map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}
.map_container a.dot {
	display: block;
	height: 20px;
	width: 20px;
	background-image: url(../images/templates/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	position: absolute;
}
.map_container a.dot:hover {
	background-position: 0px -20px;
}
.map_container a.dot.selected {
	background-position: 0px -40px;
}
.map_container .detail_container {
	position: absolute;
	height: 420px;
	width: 417px;
	left: 320px;
	top: 20px;
}
.map_container .clear_both {
	clear: both;
}
.map_container .photo {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 3px solid #000;
}
.map_container .photo_info {
	float: left;
	width: 350px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.map_container .photo_info h2 {
	font-size: 18px;
	margin: 0px;
	color: #C60;
}
.map_container .photo_credits{
	font-size: 10px;	
	}
.map_container .photo_detail_container {
	display: none;
}
.photo_detail_container {
	display: none;
}
.map_container .photo_info p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.map_container .photo_detail {
	width: 397px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 4px;
	left: 4px;
}
