@charset "utf-8";
/* CSS Document */


table.imageTable div.imagePanel
{
	position:relative;
	display:block;
	width:117px;
	cursor:pointer;

}

table.imageTable div.imagePanel div.imageSample
{
	position:absolute;
	top:5px;
	left:126px;
	width:auto;
	height:auto;
	display:none;

}
