html,  body { margin:0; padding:0; width: 100%; height: 100%}

body {
	font-family: sans-serif;
	color: #fff;
	background: #dddddd;
	font-size: 0.7em;
	overflow: hidden;
}
#viewer {
	background: #dddddd url(../images/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#viewer .well, #viewer .surface {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* FIXME: let's apply this in GSV.js */
	/*cursor: grab;*/
	cursor: -moz-grab;
	_cursor: url(../gfx/grab.cur);
}
#viewer .surface {
	z-index: 20;
	_background: url(../gfx/blank.gif) no-repeat center center; /* NOTE: required for IE to"see" the surface */
}
#viewer .well {
	overflow: hidden;
	z-index: 10;
}
#viewer .well .tile
{
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	/*-moz-outline: 1px dashed #FF0000;*/
}
#viewer .controls        
{
	position: absolute;
	/* NOTE: the right and bottom can be adjusted when initialized */
	right: 1em;
	top: 3em;;
	width: auto;
	height: auto;
	vertical-align: middle;
	z-index: 2000;
}

#viewer .controls span {
	background: #fff;
	background:	rgba(255,255,255,0.4);
	border: solid 2px #999;
	border: solid 2px rgba(0,0,0,0.3);
	color: #000000;
	text-decoration: none;
	-moz-outline: none;
	cursor: pointer;
	display: block;
	margin: 0 0 0.3em 0;
	padding: 0.2em;
	font-size: 1.3em;
	line-height: 1.3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
}


#viewer .controls span.zoomIn {
	font-size: 2em;
	line-height: 1em;
	padding: 0 0.2em 0.2em;
}

#viewer .controls span.zoomOut {
	font-size: 3em;
	line-height: .7em;
	padding: 0 0.2em 0.1em;
}

#viewer #markers .marker {
	cursor: pointer;
	position: absolute; 
	z-Index:999; 
	display: block;
}

#viewer #markers .marker img {
	position: absolute;
	top: -20px;
	width: 17px;
	height: 19px;
	display: block;
}

#viewer #markers .bubble {
	cursor: pointer;
	position: absolute;
	top: -3em;
	height: 3em;
	width: 9em;
	left: -4.5em;
	z-Index:1000; 
	display: block;
	background: #fff;
	background:	rgba(255,255,255,0.8);
	border: solid 2px #999;
	border: solid 2px rgba(0,0,0,0.5);
	color: #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 1em;

}

#viewer .copyright {
	position: absolute;
	bottom:0em;
	left:1em;
	z-index:999;
	color: #000;
}
