@charset "utf-8";
/* CSS Document */
div#imageViewer{
	background-color:#FFFFFF;
	width:500px;
	height:440px;
}
div#iv_canvas{
	width:500px;
	height:370px;
	overflow:hidden;
}
a.iv_control{
	display:block;
	width:98px;
	height:68px;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-5000px;
	float:left;
	margin-right:2px;
	margin-top:2px;
	}