<style type="text/css">
#mapContainer1 {
               position: relative; /* so that absolutely positioned elements within this element 
                                      are positioned relative to this element*/
               font-family: Arial, Helvetica, sans-serif;
               font-size: 32px;
              }
#mapContainer1 a {
	position: absolute;
	font-size: 0px;
	display: block;
	border: solid 3px red;
	color: #FF0000;
	border-color: #FF0000;
	width: 26px;
	height: 25px;
                }            
#mapContainer1 a:hover {
	border: solid 3px green;
	color: #00FF00;
                      }
#mapContainer1 a img { 
                     width: 100%;
                     height: 100%;
					border: solid 3px yellow;
                     margin: 0;
                     padding: 0;
                    }
</style>
