.imagemapResponsiveSections {
	display: none;
}

img[usemap] {
    border: medium none;
    height: auto;
    max-width: 100%;
    width: auto;
}

.infoBox {
	/*border: solid #b2b2b2 1px;*/
	display: none; 
	position: absolute; 
	background-color: transparent; 
	width: 202px; 
	height: auto;
}

.infoBox a {
	display: block;
}

.infoBox p {
	position: relative;
	padding: 10px;
}
.infoBox img {
	width: 200px; 
	height: auto;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
}


/* Hot-Spot Imagemap */

.cross-container {
	display: block;
	position: absolute;
}

.cross-content-container {
	display: none;
	position: absolute;
}

.text-container {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	padding: 20px;
	max-width: 300px;
}	

.text-container p {
	font-size: 13px;
	margin-bottom: 0;
}

/* Hot-Spot Imagemap */
