@charset "UTF-8";
/* CSS Document */
#viewer {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 150px;
	margin-left: -228px;
	/*background-image: url(http://kiefferbros.com/images/universal/viewer/pop_up_frame.png);
	background-repeat: no-repeat;*/
	visibility: hidden;
}
#viewerBG {
	position: absolute;
	width: 0px;
	height: 0px;
	width: 100%;
	height: 100%;
}

#loading {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	background-image: url(http://kiefferbros.com/images/universal/viewer/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -16px;
	margin-top: -16px;
	visibility:hidden;
	
}

#viewerContent {
	position: absolute;
	/*width: 660px;
	height: 478px;*/
	left: 68px;
	top: 26px;
	
}

#viewerClose {
	position: absolute;
	width: 26x;
	height: 26px;
	left: 30px;
	top: -12px;
	background-image: url(http://kiefferbros.com/images/universal/viewer/close_window.png);
	background-repeat: no-repeat;
	visibility: hidden;
}