.stylized_map { 
	font-size: 12px; 
	overflow: hidden; 
	cursor: default; 
}
.stylized_map .window { 
	background: #fff;
	width: 180px;
}
.stylized_map .border { 
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	height: 120px;
	border-color: #d8d8d8;
}
.stylized_map .window-imgcnt { 
	position:absolute; 
	top: -160px; 
	left: 0; 
	z-index:106; 
	width:235px; 
	height:160px; 
	background: #000 url('img/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 { 
	font-size: 12px;
	padding: 0;
	color: #005f90;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}
.stylized_map h3.window-title strong {
	font-weight: 700;	
}
.stylized_map .window-desc { 
	margin: 15px 0 0 0;
	text-align: left;
	color: #aaaaaa;
	font-size: 12px;
	line-height: 16px;
}
.stylized_map .window-site { 
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #005f90;
	font-weight: 700;
	font-size: 12px;
}
.stylized_map .window-desc a {
	font-size: 12px;
	color: #007bbc;
	text-decoration: none;
}
.stylized_map .window-desc a:hover {
	text-decoration: underline;
}
.stylized_map .window-arrow { 
	position: absolute;
	z-index: 107;
}
.stylized_map .window-close { 
	position: absolute;
	background: url('../../image/close.png') no-repeat; 
	width: 10px; 
	right: 10px; 
	top: 10px; 
	height: 13px;
	cursor: pointer; 
}

.stylized_map .window-arrow {
	background-image: url('../../image/arrow.png');
	width: 15px;
	height: 20px;
	bottom: -19px;
	left: 30px;
}