.map_container
{
	background: url("/Images/map_bg_tcm13-6220.gif") repeat;
	overflow: hidden;
	position: relative;
}
.map_container .cover
{
    position: absolute;
	left: 0px;
    top: 0px;
    z-index: 1000;
	background-color: #ffffff;
}
.map_container .tile_container
{
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}
img.loading
{
	margin: auto;
	display: block;
}
.map_container .tile_container img.tile
{
	position: absolute;
}
div.hotspot
{

}
img.pin
{
    position: absolute;
    z-index: 99;
}
.zoom_bar
{
    z-index: 100;
    position: absolute;
    top: 97px;
    left: 10px;
    display: block;
    width: 24px;
    height: 48px;
    
}
.zoom_bar .zoom_in
{
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/Images/zoom_in_off_tcm13-22795.gif") no-repeat;
}
.zoom_bar .zoom_out
{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/Images/zoom_out_off_tcm13-22798.gif") no-repeat;
}
.zoom_bar .zoom_in a
{
    width: 24px;
    height: 24px;
    display: block;
    background: url("/Images/zoom_in_up_tcm13-22797.gif") no-repeat;
}
.zoom_bar .zoom_out a
{
    width: 24px;
    height: 24px;
    display: block;
    background: url("/Images/zoom_out_up_tcm13-22800.gif") no-repeat;
}
.zoom_bar .zoom_in a:hover
{
    background: url("/Images/zoom_in_over_tcm13-22796.gif") no-repeat;
}
.zoom_bar .zoom_out a:hover
{
    background: url("/Images/zoom_out_over_tcm13-22799.gif") no-repeat;
}
.hand
{
    cursor: url("/Images/openhand_tcm13-22794.cur"), pointer;
}
.grab_hand
{
    cursor: url("/Images/closedhand_tcm13-22793.cur"), pointer;
}
