#map
{
	width: 946px;
	height: 391px;
	float: left;
	position: absolute;
}

#map .infoWindow
{
	width: 350px;
}

#map .map_thumbnail
{
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}

#map p
{
	margin: 0 0 5px 0;
	font-family: "Book Antiqua" , Arial, serif;
	font-size: 13px;
	color: #666666;
}

#map h3
{
	float: left;
	width: 200px;
	color: #6D3063;
	font-family: "alternate-gothic-no3-regular";
	font-size: 20px;
	border-bottom: 1px solid #CFCFCF;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-align: left;
	text-transform: none;
}





#explore-closed
{
	background-image: url('../images/location-explore-tab.png');
	width: 641px;
	height: 35px;
	position: absolute;
	z-index: 10;
	border: 0px solid black;
	margin: 370px 0 0 153px;
}

#explore-open
{
	width: 641px;
	height: 365px;
	position: absolute;
	z-index: 10;
	border: 0px solid black;
	margin: 26px 0 0 153px;
	display: none;
}

#explore-closed h3, #explore-open h3
{
	border: none !important;
	font-size: 16px !important;
}

#explore-closed h3 a, #explore-open h3 a
{
	color: #6D3063;
}

#explore-open-top
{
	width: 641px;
	height: 47px;
	background-image: url('../images/location-explore-tab.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	border: 0px solid black;
	margin: 0;
}

#explore-open-content
{
	width: 641px;
	height: 321px;
	background-image: url('../images/location-explore-bg.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	border: 0px solid black;
	margin: 0;
	overflow-y: auto;
}



::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 8px;
}

::-webkit-scrollbar-track
{
	background-color: rgba(57,57,57, .6);
	border-radius: 8px;
}
::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: rgba(156, 156, 156, .6);
}
#map .infoWindow h3
{
    width: 215px;
}