.headband {
	background-color: #212421;
}

#castles {
	position: relative;
	width: 930px;
	height: 300px;
	background-color: #212421;
	overflow: hidden;
	margin: auto;
}

#lc_image_img {
	position: absolute;
	width: 930px;
	height: 300px;
}

#lc_image_img img {
	position: absolute;
	opacity: 0;
	/*display: none;*/
}

#lc_image_img .lc_image_active {
	z-index: 10;
}

#lc_svg {
	position: absolute;
	width: 100%;
}

#lc_image_img img {
	width: 100%;
}

#lc_legend_cont,#lc_legend {
	position: absolute;
	top: 240px;
	height: 62px;
	width: 930px;
}

#lc_legend_cont {
	background: #212421;
	opacity: 0.2;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity =   2);
}

#lc_legend {
	padding-left: 6px;
}

#lc_legend,#lc_legend a {
	font-size: 30px;
	line-height: 62px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
}

#lc_legend_unesco {
	background: url("../img/unesco.png") no-repeat;
	padding-left: 106px;
	padding-top: 10px;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #cccccc;
	left: 470px;
	top: 238px;
	height: 70px;
}

#lc_minimap {
	position: absolute;
	width: 130px;
	height: 130px;
	right: 40px;
	bottom: 0;
}

#lc_minimap_svg {
	position: absolute;
	left: 0;
	top: 0;
}

#lc_svg,#lc_legend,#lc_minimap,#lc_legend_unesco {
	z-index: 20;
}