/* CSS Document */
/*
	Map Holder
*/
#map-holder{
	height: 326px;
	width: 900px;
	overflow: hidden;
	position: relative;
}
/*
	Controls
*/
#map-holder .controls{
	height: 75px;
	margin: 5px 0 0 4px;
	position: absolute;
	width: 75px;
	z-index: 100;
}
				
#map-holder .controls .up{
	background-image:url(../images/controls-2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 25px;
	width: 75px;					
}

#map-holder .controls .up:hover{
	background-position: 0px -75px;
}

#map-holder .controls .up:active{
	background-position: 0px -150px;
}

#map-holder .controls .left{
	background-image:url(../images/controls-2.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	display: block;
	float:left;
	height: 25px;
	width: 25px;					
}

#map-holder .controls .left:hover{
	background-position: 0 -100px;
}

#map-holder .controls .left:active{
	background-position: 0 -175px;
}

#map-holder .controls .center{
	background-image:url(../images/controls-2.png);
	background-repeat: no-repeat;
	background-position: -25px -25px;
	display: block;
	float:left;
	height: 25px;
	width: 25px;					
}

#map-holder .controls .center:hover{
	background-position: -25px -100px;
}

#map-holder .controls .center:active{
	background-position: -25px -175px;
}

#map-holder .controls .right{
	background-image:url(../images/controls-2.png);
	background-repeat: no-repeat;
	background-position: -50px -25px;
	display: block;
	float:left;
	height: 25px;
	width: 25px;					
}

#map-holder .controls .right:hover{
	background-position: -50px -100px;
}

#map-holder .controls .right:active{
	background-position: -50px -175px;
}

#map-holder .controls .down{
	background-image:url(../images/controls-2.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	display: block;
	float:left;
	height: 25px;
	width: 75px;					
}

#map-holder .controls .down:hover{
	background-position: 0 -125px;
}

#map-holder .controls .down:active{
	background-position: 0 -200px;
}


#map-holder .mapType{
	height: 30px;
	margin: 25px 0 0 80px;
	position: absolute;
	width: 157px;
	z-index: 100;
}
#map-holder .mapType .map{
	background-image:url(../images/map_type.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float:left;
	height: 34px;
	width: 49px;
}

#map-holder .mapType .satellite{
	background-image:url(../images/map_type.png);
	background-repeat: no-repeat;
	background-position: -49px 0;
	display: block;
	float:left;
	height: 34px;
	width: 55px;
}

#map-holder .mapType .terrain{
	background-image:url(../images/map_type.png);
	background-repeat: no-repeat;
	background-position: -104px 0;
	display: block;
	float:left;
	height: 34px;
	width: 53px;
}

#map-holder .mapType .map:hover{
	background-position: 0px -34px;
}

#map-holder .mapType .satellite:hover{
	background-position: -49px -34px;
}

#map-holder .mapType .terrain:hover{
	background-position: -104px -34px;
}

#map-holder .mapType .map:active,
#map-holder .mapType .active0,
#map-holder .mapType .active0:hover{
	background-position: 0px -68px;
}

#map-holder .mapType .satellite:active,
#map-holder .mapType .active1,
#map-holder .mapType .active1:hover{
	background-position: -49px -68px;
}

#map-holder .mapType .terrain:active,
#map-holder .mapType .active2,
#map-holder .mapType .active2:hover{
	background-position: -104px -68px;
}

#map-holder .slider{
	height: 211px;
	margin: 80px 0 0 25px;
	position: absolute;
	width: 33px;
	z-index: 100;
}
#map-holder .slider .zoomIn{
	background-image:url(../images/slider2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 27px;
	width: 33px;					
}

#map-holder .slider .zoomIn:hover{
	background-position: 0 -211px;
}

#map-holder .slider .zoomIn:active{
	background-position: 0 -422px;
}

#map-holder .slider #track{
	background-image:url(../images/slider2.png);
	background-repeat: no-repeat;
	background-position: 0 -27px;
	display: block;
	height: 157px;
	padding-left: 6px;
	width: 27px;					
}
	#map-holder .slider #track #handle{
		background-image:url(../images/drag2.png);
		background-repeat: no-repeat;
		height: 21px;
		width: 21px;
	}
	
#map-holder .slider .zoomOut{
	background-image:url(../images/slider2.png);
	background-repeat: no-repeat;
	background-position: 0 -182px;
	display: block;
	height: 27px;
	width: 33px;					
}

#map-holder .slider .zoomOut:hover{
	background-position: 0 -393px;
}

#map-holder .slider .zoomOut:active{
	background-position: 0 -604px;
}


#map-holder .cityList{
	margin: 2px 0 0 753px;
	position: absolute;
	width: 143px;
	height: 107px;
	z-index: 100;
	background-image:url(../images/map_city_panel_bg.gif);
}
#map-holder .cityList .bg{
	padding:8px 4px;
	background-image:url(../images/map_city_bg.jpg);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
#map-holder .cityList b{
	display:block;
	color:#3F3F3F;
	font-size:13px;
	padding-left:5px;
}

#map-holder .cityList ul{
	margin:0;
	padding:0;
	display:block;
	font-size:11px;
}
#map-holder .cityList ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	color:#494949;
	display:block;
	line-height:21px;
	height:21px;
	padding-left:15px;
	background-image:url(../images/map_city.gif);
	background-position:0 0;
	margin-bottom:1px;
	cursor:pointer;
}

#map-holder .cityList ul li.selected{
	background-position:0 -21px;
	color:#FFFFFF;
}


