body{
	margin: 0;
	padding: 0;
}
div#nswmap {
	float:left;
	position: relative;
	width:617px;
	height:385px;
	background-image: url(../img/nsw_grey_map.jpg);
	margin: 0;
	padding: 0;
	z-index: 100;
}

div#sydneymap {
	position: relative;
	width:235px;
	height:208px;
	background-image: url(../img/map_illawarra.jpg);
	padding: 0;
}
div.illawarra-and-shoalhaven-map,
div.southern-tablelands-and-south-coast-map,
div.sydney-map,
	div.sydney-north-map,
	div.sydney-north-west-map,
	div.sydney-city-and-east-map,
	div.sydney-west-map,
	div.sydney-south-map,
div.central-west-map,
div.riverina-and-south-west-map,
div.new-england-and-north-west-map,
div.far-north-coast-map,
div.newcastle-map,
div.central-coast-map {
	position: relative;
	width:235px;
	height:208px;
	padding: 0;
}
div.illawarra-and-shoalhaven-map {
	background-image: url(../img/map_illawarra.jpg);
}
div.southern-tablelands-and-south-coast-map {
	background-image: url(../img/map_southern.jpg);
}
div.riverina-and-south-west-map {
	background-image: url(../img/map_riverina.jpg);
}
div.central-west-map {
	background-image: url(../img/map_central_west.jpg);
}
div.sydney-map {
	background-image: url(../img/map_sydney.jpg);
}
	div.sydney-city-and-east-map {
		background-image: url(../img/map_sydney_city_and_east.jpg);
	}
	div.sydney-south-map {
		background-image: url(../img/map_sydney_south.jpg);
	}
	div.sydney-west-map {
		background-image: url(../img/map_sydney_west.jpg);
	}
	div.sydney-north-west-map {
		background-image: url(../img/map_sydney_north_west.jpg);
	}
	div.sydney-north-map {
		background-image: url(../img/map_sydney_north.jpg);
	}
div.new-england-and-north-west-map {
	background-image: url(../img/map_new_england.jpg);
}
div.far-north-coast-map {
	background-image: url(../img/map_far_north.jpg);
}
div.newcastle-map {
	background-image: url(../img/map_newcastle.jpg);
}
div.central-coast-map {
	background-image: url(../img/map_central_coast.jpg);
}

div.marker {
	height: 27px;
	width: 22px;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icon_marker.png' ,sizingMethod='crop');
}
div.marker[class] {
	background-image: url(../img/icon_marker.png);
}

div.markerbubbletop {
	width: 160px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/marker_bubble_top.png' ,sizingMethod='crop');
	height: 8px;
	font-size:1px;
}
div.markerbubbletop[class] {
	background: url(../img/marker_bubble_top.png);
}

div.markerbubblerepeat {
	display:block;
	width: 150px;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 4px 5px 0 5px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/marker_bubble_repeat.png' ,sizingMethod='scale');
}
div.markerbubblerepeat[class] {
	background: url(../img/marker_bubble_repeat.png) repeat-y;
}

div.markerbubblebottom {
	width: 160px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/marker_bubble_bottom.png' ,sizingMethod='crop');
	height: 6px;
}
div.markerbubblebottom[class] {
	background: url(../img/marker_bubble_bottom.png);
}

div.markerbubble {
	position: absolute;
}
