

.stylized_map { font-size: 13px; width: 100%; height: 650px; overflow: hidden; cursor: default; }
.stylized_map .window { background: #fff; width: 280px; 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 { font-size: 13px; font-weight: bold; padding:0; margin:0; color:#000000; text-transform: uppercase; }
.stylized_map .window-desc { overflow:hidden; margin: 7px 0 0; padding: 0;}
.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; }

@media only screen and (max-width: 991px) {
	.stylized_map {width:100%}
}