.fancybox-map {
	cursor: pointer;
}

.customersmap {
	/*height: 105px;*/
	background-image:url('../img/map.png');
    background-repeat:no-repeat;
    background-position:right top;
}

.customers_map_text {
	width: 65%;
}

h2.customersmap_h2 {
	margin:5px 0 0 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #876810;
    /*text-shadow: 1px 1px #fddc7e;*/
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 22px;
}

.customersmap-well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 
}
	
.customersmap-well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15); 
}

.customersmap-well-lg {
	padding: 24px;
	border-radius: 6px; 
}

.customersmap-well-sm {
	padding: 9px;
	border-radius: 3px; 
}