/* MAP BOX */

#mapbox1 {
position: relative;
width: 487px;
}

#mapbox {
position: absolute;
float: left;
margin: 0px;
padding: 0px;
top: 0px;
left: 330px;
width: 487px;
height: 421px;
background-image: url("../images/mapbox/bg_mapbox.gif");
background-position: top;
background-repeat: no-repeat;
}




