#map-container {
	width: 459px;
	height: 318px;
	position: relative;
	left: 0px;
}

#map {
	width: 435px;
	height: 294px;
	position: absolute;
	background: #DCF4F6;
	left: 12px;
	top: 12px;
	bottom: 12px;
	right: 12px;
}
#nw {
    position: absolute;
    top: 0px;
    left: 0px;
}
#nwn {
    position: absolute;
    top: 0px;
    left: 43px;
}
#n {
    position: absolute;
    top: 0px;
    left: 180px;
}

#nen {
    position: absolute;
    top: 0px;
    left: 280px;
}
#ne {
	position: absolute;
	top: 0px;
	left: 415px;
}
#nee {
	position: absolute;
	top: 42px;
	left: 447px;
}

#e {
    position: absolute;
    top: 110px;
    left: 447px;
}
#see {
    position: absolute;
    top: 190px;
    left: 447px;
}

#se {
    position: absolute;
    top: 274px;
    left: 416px;
}
#ses {
    position: absolute;
    top: 306px;
    left: 280px;
}

#s {
    position: absolute;
    top: 306px;
    left: 180px;
}
#sws {
    position: absolute;
    top: 306px;
    left: 44px;
}
#sw {
	position: absolute;
	top: 275px;
	left: 0px;
}

#sww {
    position: absolute;
    top: 190px;
    left: 0px;
}

#w {
	position: absolute;
	top: 110px;
	left: 0px;
}

#nww {
    position: absolute;
    top: 44px;
    left: 0px;
}

#zoom-controls {
    clear: both;
    margin: 1px 0 0 0;
}

#zoom-controls input {
    width: 18px;
    height: 16px;
    border: 0;
    margin: 0 3px 0 0;
    padding: 0;
}

.zoom-level, #buttons .button {
    float: left;
}

#zoom1 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom1.gif") no-repeat 0 0;
}

#zoom2 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom2.gif") no-repeat 0 0;
}

#zoom3 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom3.gif") no-repeat 0 0;
}

#zoom4 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom4.gif") no-repeat 0 0;
}

#zoom5 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom5.gif") no-repeat 0 0;
}

#zoom6 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom6.gif") no-repeat 0 0;
}

#zoom7 {
    background: transparent url("../../../Images/clubs/rac/zoomlevels/zoom7.gif") no-repeat 0 0;
}

#zoom-in {
    background: transparent url("../../../Images/clubs/rac/buttons/zoom_plus.gif") no-repeat 0 0;
    width: 35px; height: 37px ;
}

#zoom-out {
    background: transparent url("../../../Images/clubs/rac/buttons/zoom_minus.gif") no-repeat 0 0;
    width: 35px; height: 37px ;
}

#zoom1:hover, #zoom2:hover, #zoom3:hover, #zoom4:hover, #zoom5:hover,
#zoom6:hover, #zoom7:hover, #zoom-minus:hover, #zoom-plus:hover, #zoom-controls .zoom-selected {
    background-position: 0 -16px;
}
