#md_googlemap{
	height: 300px;
	width: 100%;
	display: none;
}
#md_googlemap img{
		max-width: none;
		height: auto;
	}
#market_content h3{
	font-size: 24px;
	color: #272727;
	margin-bottom: 10px;
    margin-top: 20px;
}
#market_content p{
	margin-bottom: 16px;
	color: #7f7f7f;
}


/* Dialog */
.full_scroll .ui-widget-overlay {
    background: #0b0b0b;
    opacity: 0.8;
    overflow: hidden;
}
.full_scroll .ui-resizable-handle{
	display: none;
}

.full_scroll .ui-widget-content{
	background: none;
	border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.full_scroll .ui-widget-header{
	background: none;
	border: none;
}
.full_scroll .ui-draggable .ui-dialog-titlebar{
	cursor: default;	
}

/* Remove overflow */
.full_scroll{
	overflow: hidden;
}