@charset "utf-8";
/* CSS Document */
#showImage{
	width: auto;
	height: auto;
	display: none;
	margin: 0px;
	padding: 5px;
	position: absolute;
	background-color: #ebebeb;
	border: solid 1px #5c5c5c;
}

#showImage img{
	margin: 0px;
	padding: 0px;
	max-width: 230px;
	height: auto;
	border: solid 1px #5c5c5c;
}