body {
	background-color: #333;
	margin: 0;	
}

body, html {
	height: 100%;	
}

#openseadragon1 {	
	height: 100%;
	width: 100%;
}

#openseadragon1 canvas {
  cursor: move;	
}

.openseadragon-canvas {
	background: transparent;
}

#embed, 
#credit 
{
  z-index: 9000;
}

#credit {
	display:none;
}

#credit a {
	clear: both;
	display: block;
	color: #fff;
	text-decoration: none;
}