.stylized_map {
	font-size: 12px;
	width: 100%;
	height: 500px !important;
	overflow: hidden;
	cursor: default;
	border: 4px solid #DAE0A0 !important;
	
}
.stylized_map .window {
	background: #fff;
	width: 320px;
	padding: 10px 20px;
	color: #5F5F5F;
}
.stylized_map .window-imgcnt {
	position: absolute;
	top: -160px;
	left: 0;
	z-index: 106;
	width: 235px;
	height: 160px;
	background: #000 url(../images/wait.gif) no-repeat center center;
	overflow: hidden;
}
.stylized_map .window-noslides {
	display: none;
}
.stylized_map .window-imgcnt, .slides_container, .slides_container img {
	width: 320px;
	height: 160px;
	cursor: default;
}
.stylized_map h3.window-title {
	line-height: normal;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
}
.stylized_map .window-desc {
	line-height: normal;
	overflow: hidden;
	margin: 7px 0 0;
	font-size: 13px !important;
}
.stylized_map .window-arrow, .stylized_map .window-close {
	position: absolute;
	z-index: 107;
	bottom: -9px;
	left: 147px;
	width: 20px;
	height: 13px;
	background: url('../images/arrow.png') no-repeat center top;
}
.stylized_map .window-close {
	background: url('../images/close.png') no-repeat;
	width: 10px;
	left: 300px;
	top: 12px;
	cursor: pointer;
}
