.customPopupDisplayClass{
	/*overflow:visible !important;*/
}
.customPopupContentDisplayClass{
	/*overflow:visible !important;*/
}
.customPopup{
	text-align:center;
	
}
.customPopupContainer{
	
}
.customPopupPointerContainer{
	display:block;
    height: 20px;
    width: 100%;
    text-align:center;
}
.customPopupPointer{
    display: inline-block;
   	*display:inline;
    zoom:1;
    vertical-align: top;
	height:20px;
	width:20px;
}

a.gmapsurl{
    background-image: url("../../../../icons/gmaps-icon-lite.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline
    zoom:1;
   	margin-bottom: 10px;
    padding: 10px 40px 10px 10px;
    text-align: center;
    text-decoration: none;
}

a.gmapsurl:hover{
    font-weight: bold;
}
