#imagebox
	{
	position: fixed;
	display: none;
	z-index: 2002;
	height: 10px;
	width: 10px;
	left: 50%;
	top: 50%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
	background: black;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	}
	
#imagebottom
	{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	background: black;
	text-align: right;
	}
