/* gsv viewer */
#gsv-container {
    -moz-user-select: none;
    -webkit-user-select: none;
}


	#gsv {
		position: relative;
		margin: 0;
		padding: 0;
		border: 1px solid #555555;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}
	
	#gsv-fullscreen {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none; 
		z-index: 10000;
		border: 0px;
	}

	.imageViewer .well, 
	.imageViewer .surface {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: url(/images/cursors/openhand.png) auto;
	}

	.imageViewer .well {
		background-color: gray;
		background-image: url(/images/gsv/silverblue/none.gif);
		overflow: hidden;

	}

	.imageViewer .surface {
		background-color: transparent;
		background-image: url(/images/gsv/silverblue/center.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}

	.imageViewer .status {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 480px;
		left: 0px;
		background-color: white;
		display: none;
	}

	.imageViewer .well .tile {
		border: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
	}

	#gsv-zoom {
		position: absolute;
        background-image: url(/images/gsv/silverblue/bg.png);
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		height: 25px;
	}
	
	#gsv-zoom-up, #gsv-zoom-down, #gsv-help {
		cursor: pointer;
	}
	.linkFullScreen {
		font-size: 12px;
		font-family: Arial, Helvetica, "sans-serif";
		color: white;
		float:right;
		font-weight: bold;
		padding-right: 8px;
	}
